Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 268 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 268 Bytes

Easy Cypress :

Easy-Cypress takes simplicity of Cypress and Cucumber and provides bindings for e2e test.

  1. Running "My todo list" :
cd /my-todo-list
$ npm install
$ npm run start 
  1. Running Cypress :
$ cd /cypress
$ npm install
$ npm run e2e-test