You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [TodoMVC application E2E test](cypress/integration/todo-app-e2e.js) for [apps/todo.html](apps/todo.html)
84
86
85
87
## Package scripts
86
88
89
+
* `npm run build` bundles complete applications if you want to run tests against full applications
87
90
* `npm run cy:open` starts Cypress GUI, which is great for TDD mode
88
91
* `npm run cy:run` runs Cypress headlessly, testing all specs. Same command [runs on CI](.travis.yml) with additional `--record` argument to record the run and send to the [Cypress Dashboard][cypress dashboard url]
0 commit comments