This Repo contains two simple tests that validate a test website.
- Run the tests
- Fix any failing tests
- Identify and discuss changes that could be made to optimize or improve the existing tests.
Prior to meeting, make sure you have NodeJS installed and have some sort of IDE or code editor installed.
Install Dependencies
npm install
Install Test Browser
npx playwright install chromium
Run tests
npm run test
Run tests in visible browser
npm run test -- --headed
Run tests in Playwright UI
npm run test -- --ui