Frontend Testing - SE750-Group14-GirlGang/roadtrip-planner GitHub Wiki

Integration Testing

Cypress is used for frontend integration testing.

See the project README.md for instructions on how to run the frontend tests.

Sometimes the tests are flakey due to the integration with Auth0. Please run-run the test suite if any tests fail.

Unit Testing

Jest is used for unit testing in the frontend.

See the project README.md for instructions on how to run the frontend unit tests.