-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Use a more sophisticated template for end-to-end testing of Create React App #706
Comments
Stretch goal: use Jest snapshot testing for build output! |
I'd like to take a crack at this |
Cool, let me know if you stumble onto something. It’s a pretty open-ended task and will require some experimentation. |
@gaearon For getting the e2e test to use a |
Let’s make it |
We currently test the same
template
we generate by default, which is probably file, but we miss out on testing more advanced features. Ideally we should have akitchensink
template that uses all possible features (JSX, Flow,NODE_PATH
, generators, async/await, class properties etc), and make sure that that template builds and passes tests.If you’d like to work on it, please write in this issue so others don’t duplicate effort. The task would consist of:
tasks/e2e.sh
and learning how we test CRAThe text was updated successfully, but these errors were encountered: