waspc/starters-e2e-tests/README.md
This project provides automated end-to-end testing for Wasp starter templates using Playwright.
The test suite automatically (for each starter):
npm install
npm run test
This uses the wasp command.
npm run test:dev
This uses the wasp-cli command (typically used for development builds).
npm run build
npm run start -- --wasp-cli-command custom-command-here
├── tests/
│ ├── health-check.spec.ts # Basic health check tests run for every starter
│ └── starter/ # Starter-specific test files
MIT