Open RashJrEdmund opened 3 weeks ago
There are 2 types of tests
Button
and
Login page
Landing page
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
will this be done in the backend frontend or entire app
@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)
There are 2 types of tests
Button
componentand
Login page
, the entireLanding page
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