coolify/resources/views
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
..
auth test: add Pest browser testing with SQLite :memory: schema 2026-02-11 15:25:47 +01:00
components chore: prepare for PR 2026-02-09 15:24:24 +01:00
emails Fix Traefik email notification with clickable server links 2025-12-02 13:08:40 +01:00
errors Fix wireNavigate on external links and url()->previous() 2025-12-17 13:25:27 +01:00
layouts feat(ui): improve sidebar menu items styling (#7928) 2026-01-12 23:09:56 +01:00
livewire feat(ui): use 2 column layout 2026-02-04 17:17:51 +01:00
server
source Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
vendor/mail