Skip to content

Commit 7bedd32

Browse files
committed
docs(readme): updated info about tests
1 parent 5e13fc4 commit 7bedd32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ using [npm workspaces](https://docs.npmjs.com/cli/v10/using-npm/workspaces).
4141
- App were created based
4242
on [Vite templates](https://vitejs.dev/guide/#scaffolding-your-first-vite-project): `npm create vite@latest <app-name> --template {react|vue|svelte}-ts`
4343

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+
4452
### Features of the backend app
4553

4654
- There is an API for CRUD operations for TODOs

0 commit comments

Comments
 (0)