This is a demo Playwright project created to test the VeriQA Manual QA CLI tool's analysis capabilities.
It contains multiple modules, each with realistic Playwright test scenarios and changes.log files to simulate code diffs.
tests/- module folders containing Playwright.spec.jsfiles andchanges.logplaywright.config.js- Playwright configpackage.json- minimal setup (install dependencies withnpm install)veriqa.config.json- sample VeriQA configsample-report.md- example of CLI output format
- Extract the zip.
- Run
npm install(ornpm ci) to install Playwright. - (Optional)
npx playwright installto install browsers. - Run tests:
npx playwright test
Note: Tests use placeholder selectors and https://example.com/* pages as examples. Replace selectors/URLs with your app under test for a working run.