codespaces-nextjs
codespaces-nextjs copied to clipboard
Add Playwright testing framework and initial test cases
- Updated .gitignore to exclude Playwright-related files
- Added Playwright dependencies to package.json and package-lock.json
- Created Playwright configuration file
- Implemented end-to-end tests for the home page and demo todo app
- Added example tests for Playwright documentation