|
|
|
|
|
by sumedh
2021 days ago
|
|
Ideally you should not combine Cypress Frontend end to end tests with backend testing. You use Cypress to do something on the frontend, which triggers something on the backend and ideally that change is reflected on the frontend, you test that frontend change using Cypress. For backend testing just directly call the backend API's and then check the database directly. |
|