Skip to content

Commit 74ad7b8

Browse files
committed
chore: comment on unit test vs end-to-end test
1 parent 7129ae4 commit 74ad7b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ See video of tests running on CI on the project's [Cypress Dashboard][cypress da
105105
- [entire TodoList component](cypress/integration/todo-list-spec.js)
106106
- [TodoMVC application E2E test](cypress/integration/todo-app-e2e.js) for [apps/todo.html](apps/todo.html)
107107
108+
Unit tests and E2E tests start looking very much alike. Compare [TodoList unit test](cypress/integration/todo-list-spec.js) and [TodoMVC end-to-end test](cypress/integration/todo-app-e2e.js).
109+
108110
## Package scripts
109111
110112
* `npm run build` bundles complete applications if you want to run tests against full applications

0 commit comments

Comments
 (0)