coolify/resources/views/auth
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
..
confirm-password.blade.php Changes auto-committed by Conductor (#6908) 2025-10-16 17:33:42 +02:00
forgot-password.blade.php Changes auto-committed by Conductor (#6908) 2025-10-16 17:33:42 +02:00
login.blade.php style: update background colors to use gray-50 for consistency in auth views 2025-11-06 08:43:43 +01:00
register.blade.php test: add Pest browser testing with SQLite :memory: schema 2026-02-11 15:25:47 +01:00
reset-password.blade.php style: update background colors to use gray-50 for consistency in auth views 2025-11-06 08:43:43 +01:00
two-factor-challenge.blade.php style: update background colors to use gray-50 for consistency in auth views 2025-11-06 08:43:43 +01:00
verify-email.blade.php Update version numbers and fix layout in subscription views 2024-03-25 14:09:13 +01:00