-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Question: Configure create-react-app w/ Travis-CI #1072
Comments
From your output I don't see you doing anything wrong. What do the screenshots and videos look like? It the application rendering at all? Makes me think you forgot the build step for your frontend app. |
@brian-mann thanks for the quick response. The |
Gotcha, so I'm going to close this as something on your end that's not related to Cypress. |
Hello! I'm trying to configure our create-react-app setup with Travis (I'm a new user to cypress) and am failing to figure out the right combo? I'm currently serving up the app before using the cypress command in my .travis.yml, but the browser keeps "failing to load localhost:3000" thus all the tests fail. I'm wondering if there is something I'm missing here?
package.json scripts:
travis.yml
travis output:
Sorry if this is annoying and looking forward to your input!
The text was updated successfully, but these errors were encountered: