CI tests failing
See original GitHub issueIssue
Description
Tests are failing on travis CI
Link - https://travis-ci.org/Coding-Coach/coding-coach/builds/438155969
Script - npm run test
Failed Files
- src/components/contact/__ tests __/SocialMedia.test.js
expect(value).toMatchSnapshot()
- Received value does not match stored snapshot 1.
- src/components/contact/__ tests __/Contact.test.js
- Unable to find an element with the alt text: people search logo
- src/containers/App/__ tests __/App.test.js
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
CICD - How To Resolve Failing Tests - Undo.io
Test failures are captured as a recording and stored as Jenkins artifacts. The recording captures the software failure, and provides all of the...
Read more >Fixing Tests in CI/CD: Why are Your Tests Failing?
There are multiple reasons to take failing tests seriously. First, failed tests can block the delivery of new releases, because the CI/CD ...
Read more >How to Reduce Test Failures in CI/CD Pipelines? - Foresight
In this blog, we discuss how to fix tests on CI servers, when to take failing tests seriously, and how to simplify the...
Read more >Troubleshooting Continuous Integration, or How to Debug ...
Troubleshooting Continuous Integration, or How to Debug Tests That Fail on CI, but Pass Locally · Don't Relaunch the CI Build · Rebase...
Read more >Debugging Failing Tests and Test Pipelines - GitLab
These guidelines are intended to help you to investigate end-to-end test pipeline failures so that they can be properly addressed. This will involve...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
#136 has been merged! Thanks guys!
Also, it would be great if we add test script to
lint-staged
so that before any commit we always make sure tests are running fine, something likehttps://github.com/facebook/create-react-app/issues/2336