Automated frontend and backend tests for the GooseTrack task tracker, built with Playwright 🎠TypeScript.
- Clone the repository
- Navigate to the project directory
- Install dependencies: npm install
- Run all tests: npx playwright test
- Run a specific test: npx playwright test tests/test-name.spec.ts
- Run in UI mode: npx playwright test --ui
- tests/ – contains test files.
- playwright.config.ts – Playwright configuration file.