Skip to content

Testing

Manuel edited this page Oct 16, 2023 · 1 revision

Testing

We have both unit tests(Jest & React Testing Library) and e2e tests(Cypress):

  • In order to run unit tests go to /client folder and run npm run test on the CLI.

  • In order to run e2e tests go to /e2e folder and run npm run test:cypress on the CLI.

  • In order to open cypress UI go to /e2e folder and run npm run test:cypress:open on the CLI.

Clone this wiki locally