Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 409 Bytes

File metadata and controls

27 lines (19 loc) · 409 Bytes

introduction-to-cypress

Introduction to Cypress course at Test Automation University

Preconditions

The following tools needs to be installed:

  • Node.js
  • Yarn

Install dependencies:

yarn install

To be able to run the visual validations test the APPLITOOLS_API_KEY must be set.

export APPLITOOLS_API_KEY=<your API key>

Tests

To run all cypress tests:

yarn test