Skip to content

Commit 3d53be2

Browse files
committed
Update CONTRIBUTING.md
1 parent fc83dfa commit 3d53be2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,12 @@ The page shows either 4 or 5 versions of the tested component:
8282
All versions 2 to 5 must be identical after running `npm run prod` then `npm run dev`
8383

8484
The testing arena is pretty raw in terms of layout. Feel free to make it better ;)
85+
86+
### Tests
87+
88+
1. Unit tests (Vitest)
89+
90+
- `npm run test` to run, add `-w` flag to watch
91+
92+
2. Component tests (Cypress)
93+
- `npm run test:e2e` to open Cypress

0 commit comments

Comments
 (0)