Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 377 Bytes

Readme.md

File metadata and controls

12 lines (10 loc) · 377 Bytes

Cypress training (basic)

Training for learning End to End testing with a ToDo list website: http://todomvc.com/examples/vanillajs/

Instructions

  • Run npm install to restore dependencies
  • Run npm start to open cypress window for development
  • Run npm test to run tests without a browser

Exercice

  1. Find test cases
  2. Add a test for each test case
  3. Run tests!