-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend UI testing #3
Comments
Looks like https://facebook.github.io/jest/docs/tutorial-react.html is a good place to start |
Mock for auth |
I've started using Enzyme for testing, might be worth looking at too |
I'd be up for helping out on this in a week or so when I have a little more time! Looks great so far! |
@conorcussell alright awesome, I'm crazy busy with exams at the moment but will soon be done and have more time to work on this 👍 |
@robcalcroft any further thoughts on what you want to use to setup the testing? |
Had looked at using pure JSDOM to do it; keep it simple, but I'm very open to suggestions if you have any experience |
Investigate UI testing frameworks and implement
The text was updated successfully, but these errors were encountered: