Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 626 Bytes

Cypress-Cucumber Template Repository

Introduction


App is way too big to be covered with single pair of eyes.


That's why we are going to automate application testing in order to save time and nerves.

Installation

  1. Install yarn by running: npm i yarn --global
  2. Run yarn to install all dependencies
  3. Run yarn dev to start development version of cypress as web browser to preview tests and execution
  4. Run yarn test to run project integration test in headless mode with all necessary recordings and screenshots