Playwright Tests for GAD application
Installation and setup
Prerequisites
Test Repository Setup
Please check information in our contribution guidelines
Running Tests
- to run all tests:
npx playwright test
- to run a specific test:
npx playwright test {testfilename.ts}