Vanessa082 / in-touch

Stay connected with friends and the latest trends with InTouch, the app for real-time chatting and social updates in one place
Other
0 stars 1 forks source link

[Feature] Configure E2E (End to End) tests with `Cypress` #14

Open RashJrEdmund opened 3 weeks ago

RashJrEdmund commented 3 weeks ago

There are 2 types of tests

and

For unit tests, you can use tools like Vitest or Jest

For E2E, you can use tools like Cypress or Playwright

For this project, we will start by using E2E though ideally, having unit tests is always good

Vanessa082 commented 5 days ago

will this be done in the backend frontend or entire app

RashJrEdmund commented 5 days ago

@Vanessa082 , Each app will have it's tests configured.

Nestjs has tests set up by default so this issue is about the front-end (FE)