question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

  • 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:closed
  • Created 5 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
crysfelcommented, Oct 8, 2018

#136 has been merged! Thanks guys!

1reaction
arthurbuhlcommented, Oct 7, 2018

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 like

https://github.com/facebook/create-react-app/issues/2336

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found