Repository: https://github.com/jaktestowac/gad-gui-api-demo
Follow instructions in app README
- VS Code
- Git
- Node.js (version >16)
- (optional) install VSC recommended plugins
- install dependencies:
npm install
- setup Playwright with:
npx playwright install --with-deps chromium
- setup husky with:
npx husky install
Run all tests:
npx playwright test
For more usage cases look in package.json
scripts section.