Files
coolify/config
Andras Bacsai 47a3f2e2cd test: add Pest browser testing with SQLite :memory: schema
Set up end-to-end browser testing using Pest Browser Plugin + Playwright.
New v4 test suite uses SQLite :memory: database with pre-generated schema dump
(database/schema/testing-schema.sql) instead of running migrations, enabling
faster test startup.

- Add pestphp/pest-plugin-browser dependency
- Create GenerateTestingSchema command to export PostgreSQL schema to SQLite
- Add .env.testing configuration for isolated test environment
- Implement v4 test directory structure (Feature, Browser, Unit tests)
- Update Pest skill documentation with browser testing patterns, API reference,
  debugging techniques, and common pitfalls
- Configure phpunit.xml and tests/Pest.php for v4 suite
- Update package.json and docker-compose.dev.yml for testing dependencies
2026-02-11 15:25:47 +01:00
..
2023-09-01 15:52:18 +02:00
2024-06-10 20:43:34 +00:00
2026-02-04 18:39:02 +01:00
2023-03-17 15:33:48 +01:00
2023-08-15 14:27:45 +02:00
2023-03-17 15:33:48 +01:00
2024-02-08 12:34:01 +01:00
2024-07-10 13:10:21 +02:00
2024-11-12 15:53:05 +01:00
2024-11-11 10:23:03 +01:00
2024-11-02 18:32:45 +01:00
2023-03-17 15:33:48 +01:00