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
In #35 I was thinking Jest was the way to go for testing but given 1. our dependency on the browser for stuff and 2. the probable need to do some end-to-end testing, I think Cypress would be a better. I just learned about https://github.com/bahmutov/cypress-react-unit-test which lets us easily mount React components with arbitrary props then run different sorts of tests on them.
It would be great for Hacktoberfest to gather some volunteers to contribute end-to-end (or other) tests for components, but setting up Cypress and making the contribution process easy is a pre-requisite.
The text was updated successfully, but these errors were encountered:
@benwiley4000 For the set up for cypress it would be good to have 1 simple test running. Is there a demo page where xou can run the test against it or is there a docker set up to run the test against it?
In #35 I was thinking Jest was the way to go for testing but given 1. our dependency on the browser for stuff and 2. the probable need to do some end-to-end testing, I think Cypress would be a better. I just learned about https://github.com/bahmutov/cypress-react-unit-test which lets us easily mount React components with arbitrary props then run different sorts of tests on them.
It would be great for Hacktoberfest to gather some volunteers to contribute end-to-end (or other) tests for components, but setting up Cypress and making the contribution process easy is a pre-requisite.
The text was updated successfully, but these errors were encountered: