This repository contains end-to-end tests for different web based project using Playwright.
-
Install dependencies:
npm install
-
Run tests:
npx playwright test -
Run test file:
npx playwright test tests/wixLink.spec.ts -
Run test in UI mode
npx playwright test --ui
- Weather App in WIX
- Portfolio
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.