Training for learning End to End testing with a ToDo list website: http://todomvc.com/examples/vanillajs/
- Run
npm install
to restore dependencies - Run
npm start
to open cypress window for development - Run
npm test
to run tests without a browser
- Find test cases
- Add a test for each test case
- Run tests!