Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 575 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 575 Bytes

Playwright with Applitools template

Part of the the "SDET with Playwright" class at https://www.bondaracademy.com

How to run it

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