-
Notifications
You must be signed in to change notification settings - Fork 161
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
CI tests failing #134
Comments
I've restarted the build... hopefully it passes now. |
The build was actually terminated this time at it was running for more than 10 mins and a normal CI build usually takes about 2-3 mins: Webpack Bundle Analyzer is started at http://127.0.0.1:8888
Use Ctrl+C to close it
No output has been received in the last 10m0s, this potentially indicates a stalled build
or something wrong with the build itself.
Check the details on how to adjust your build configuration on:
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated I think |
@arthurbuhl, @emmawedekind The test for Contact.test.js failed because the alt text of logo was changed to 'Person using a magnifying glass to see the details of another guy. ' and the one used in the test file is 'people search logo' |
Ok, also I found that translation is not used in Contact.test.js and text there is hard-coded in English there. Will that cause an issue failing the test in any scenario? |
Also, it would be great if we add test script to |
After fixing the unit test cases all the test cases passed in Travis CI, but CI build terminated after 10 minutes with the following message -
I think it has to do something with BundleAnalyzerPlugin used inside scrits/config-overrides.prod.js. Do we need that analyser in the build part? We can have script defined in package.json. |
I think the build is passing now... can someone verify this? |
#136 has been merged! Thanks guys! |
Issue
Description
Tests are failing on travis CI
Link - https://travis-ci.org/Coding-Coach/coding-coach/builds/438155969
Script -
npm run test
Failed Files
expect(value).toMatchSnapshot()
- Received value does not match stored snapshot 1.The text was updated successfully, but these errors were encountered: