You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the unit testing of the existing components is implemented, we can implement end-to-end testing to verify the website's workflow from start to finish. Below are the procedures proposed for the implementation:
Install third-party library (exp. Playwright, Cypress) for the e2e testing implementation
Construct test cases for the required functions' verification in the project
Ensure testing is conducted across all browser platforms
Expected behaviour
e2e testing can be implemented as a template for future features introduced in the project
Description
After the unit testing of the existing components is implemented, we can implement end-to-end testing to verify the website's workflow from start to finish. Below are the procedures proposed for the implementation:
Install third-party library (exp. Playwright, Cypress) for the e2e testing implementation
Construct test cases for the required functions' verification in the project
Ensure testing is conducted across all browser platforms
Expected behaviour
Screenshots