-
-
Notifications
You must be signed in to change notification settings - Fork 57
Testing
Manuel edited this page Oct 16, 2023
·
1 revision
We have both unit tests(Jest & React Testing Library) and e2e tests(Cypress):
-
In order to run unit tests go to
/client
folder and runnpm run test
on the CLI. -
In order to run e2e tests go to
/e2e
folder and runnpm run test:cypress
on the CLI. -
In order to open cypress UI go to
/e2e
folder and runnpm run test:cypress:open
on the CLI.