Skip to content

Automated end-to-end tests for the Jaqpot platform, using Playwright to validate UI interactions and core functionalities, ensuring platform reliability.

Notifications You must be signed in to change notification settings

ntua-unit-of-control-and-informatics/jaqpot-e2e-tests

Repository files navigation

Jaqpot E2E Tests

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.

Features

  • Automated browser testing with Playwright.
  • Sends notifications with test results to the Jaqpot-alerts channel on Discord.

Getting Started

Install dependencies:

npm install

Run the tests:

npx playwright test

Run the tests in UI mode:

npx playwright test --ui

About

Automated end-to-end tests for the Jaqpot platform, using Playwright to validate UI interactions and core functionalities, ensuring platform reliability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published