File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ using [npm workspaces](https://docs.npmjs.com/cli/v10/using-npm/workspaces).
41
41
- App were created based
42
42
on [ Vite templates] ( https://vitejs.dev/guide/#scaffolding-your-first-vite-project ) : ` npm create vite@latest <app-name> --template {react|vue|svelte}-ts `
43
43
44
+ #### Testing
45
+
46
+ - ** Unit** and ** integration** tests are written using [ Testing Library] ( https://testing-library.com ) (Jest style
47
+ assertions)
48
+ - APIs are mocked using [ mswjs] ( https://mswjs.io/ ) node server
49
+ - ** E2E** tests are written using [ Cypress] ( https://www.cypress.io )
50
+ - APIs are mocked using Cypress [ intercept] ( https://docs.cypress.io/api/commands/intercept )
51
+
44
52
### Features of the backend app
45
53
46
54
- There is an API for CRUD operations for TODOs
You can’t perform that action at this time.
0 commit comments