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
Implement comprehensive end-to-end (E2E) testing for the GalacticPathFinder application to ensure the integrated functionality of its features.
Proposed Solution
Select E2E Testing Framework: Choose a testing framework compatible with Django and React Typescript (e.g., Cypress, Selenium).
Define Test Scenarios: Identify critical user journeys for testing, including grid creation, setting start/end points, algorithm visualization, and heuristic customization.
Develop Test Scripts: Write E2E test scripts for each identified scenario.
Integrate with CI/CD: Ensure tests run automatically in the CI/CD pipeline.
Acceptance Criteria:
E2E testing framework selected and integrated into the project.
Is this really necessary for a frontend-heavy application?
It is mostly for me to learn how to do E2E testing with cypress. It will also make us able to check that all major user stories will be functioning as expected. We have have a lot of integration tests on the backend and I feel like E2E testing would be the cherry on top for testing for this project :)
Implement comprehensive end-to-end (E2E) testing for the GalacticPathFinder application to ensure the integrated functionality of its features.
Proposed Solution
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: