Skip to content

EugenePetrik/bookcart-cucumber-playwright-web-tests

Repository files navigation

BookCart Web Tests

Web UI automated tests of BookCart site with Playwright and Cucumber.

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 tests

npm run test

or

npm t

Run a particular test

{
  "paths": ["src/test/features/your_feature_name.feature"]
}

Use tags to run a specific or collection of specs

npm run test --TAGS="@test or @add"

Features

  1. Awesome report with screenshots, videos & logs
  2. Execute tests on multiple environments
  3. Parallel execution
  4. Rerun only failed features
  5. Retry failed tests on CI
  6. Github Actions integrated with downloadable report
  7. Page object model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published