-
Notifications
You must be signed in to change notification settings - Fork 7
Integrate Cypress as an E2E testing framework #60
Copy link
Copy link
Open
Labels
[state] in-progressThis issue is currently being worked onThis issue is currently being worked on[tech] infrastructureResolution is likely to involve infrastructureResolution is likely to involve infrastructure[tech] javascriptResolution is likely to involve JavaScriptResolution is likely to involve JavaScript[type] featureA new feature or significant change to site functionalityA new feature or significant change to site functionality
Milestone
Metadata
Metadata
Assignees
Labels
[state] in-progressThis issue is currently being worked onThis issue is currently being worked on[tech] infrastructureResolution is likely to involve infrastructureResolution is likely to involve infrastructure[tech] javascriptResolution is likely to involve JavaScriptResolution is likely to involve JavaScript[type] featureA new feature or significant change to site functionalityA new feature or significant change to site functionality
Adding e2e tests should help test out our React components as a whole; currently unit testing React is a bit weird as we're relying on DOM rendering; Writing some BDD tests on how our UI is suppose to function and work should help lower manual QA and solidify feature specs.
See: https://www.cypress.io/