We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc83dfa commit 3d53be2Copy full SHA for 3d53be2
CONTRIBUTING.md
@@ -82,3 +82,12 @@ The page shows either 4 or 5 versions of the tested component:
82
All versions 2 to 5 must be identical after running `npm run prod` then `npm run dev`
83
84
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