Part of the the "SDET with Playwright" class at https://www.bondaracademy.com
- Make sure you installed LTS version of Node.js, at least v.20
- In the terminal, execute
npm install
to install project dependencies. Wait for installation to complete. - Add Applitools API Key in `playwright.config.ts
- Run
playwright-practice-app
application onhttp://localhost:4200/
. Check the repo here: https://github.com/Bondar-Academy/playwright-practice-app - To run Playwright tests, execute
npx playwright test