Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 275 Bytes

02_getting-started.md

File metadata and controls

9 lines (7 loc) · 275 Bytes

Getting started

Pre-requisites

  • Angular 8+ application.

Installing

  1. In you app folder run ng add @ngchile/cypress-cucumber-schematics.
  2. The folder e2e changes with the neccesary scaffolding for run Cypress in the project.
  3. Run ng e2e or npm run e2e