Automation UI tests for DemoQA.COM
- Clone Repository to your Computer
- Install Modules ➞
npm install
- Install Playwright Browsers ➞
npx playwright install
npm test src/tests/forms
or with multiple folders:
npm test src/tests/forms src/tests/elements
npm test web-tables.spec.ts
or with multiple files:
npm test web-tables.spec.ts practice-form.spec.ts