This repository contains the end-to-end (E2E) tests for the Jaqpot platform. The tests are written in Playwright and interact with the live Jaqpot website to ensure that key workflows operate correctly.
- Automated browser testing with Playwright.
- Sends notifications with test results to the Jaqpot-alerts channel on Discord.
npm install
Run the tests:
npx playwright test
Run the tests in UI mode:
npx playwright test --ui