Testing Guide
Running Tests
When iterating on features, use--filter to run only relevant tests:
Test Environment
Tests use Orchestra Testbench to boot a Laravel instance and run Pest tests in isolation.CI Environment
If you’re in a background agent environment and asked to run tests, follow the CI steps in.github/workflows/laravel.yml:
- Install dependencies
- Publish assets
- Build the frontend
- Run tests