Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 926 Bytes

README.MD

File metadata and controls

24 lines (14 loc) · 926 Bytes

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