Der Next.js-Server wird gebaut und via npm start im selben Container gestartet (statt npm run dev).
Robustere Browser-Flags für Container.
Artefakte (Trace/Screenshot/Video) nur bei Fehlern, damit der CI schnell bleibt.
baseURL kommt aus ENV (E2E_BASE_URL) – lokal bleibt’s http://localhost:3000.
PLAYWRIGHT_BROWSERS_PATH=0 bleibt (Option B).
- Remove Cypress dependencies and configuration files
- Install @playwright/test with browser support
- Add playwright.config.ts with optimized settings for Next.js
- Migrate existing Cypress tests to Playwright format
- Add new E2E test scripts to package.json
- Configure GitHub Actions workflow for automated testing
- Update .gitignore for Playwright artifacts
BREAKING CHANGE: E2E testing framework changed from Cypress to Playwright