Skip to content

Showcase Web E2E Tests

Notifications You must be signed in to change notification settings

gtroshin/showcase-web-e2e-tests

Repository files navigation

Showcase Web E2E Tests

Node v16.16.0 TestCafe 1.20.0 CircleCI

Showcase end-to-end tests using a TestCafe library and JavaScript.

Requirements

  • Node v16.16.0 - install it from here
  • Yarn 1.22.19+ - install it from here
  • TestCafe 1.20.0 - find documentation here

Development

In the project root folder, to install dependencies run:

yarn

To run/debug tests locally with Chrome, in the project root folder run:

yarn test-local