Skip to content

EugenePetrik/bookcart-playwright-web-tests

Repository files navigation

BookCart Web Tests

Web UI automated tests of BookCart site with Playwright.

Technologies

Installation

  • Install Node.js LTS version

  • Check that Node.js is installed

node -v
  • Check that package manager npm is installed
npm -v
  • Install project dependencies
npm install

Run E2E tests

npm run test:e2e

Run Accessibility tests

npm run test:a11y

Run Lighthouse tests

npm run test:lighthouse

Run Visual tests

npm run test:visual

Features

  1. Github Actions integrated with downloadable report
  2. Page object model
  3. Accessibility testing
  4. Performance (Lighthouse) testing
  5. Visual testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published