Skip to content
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

Report jest-junit testsuite errors as failures #155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 22, 2021

  1. Report jest-junit testsuite errors as failures

    Test errors are different (represented differently in the JUnit XML
    output from jest-junit) to test _failures_. Failures are tests
    which ran and failed, errors are for tests/test suites which
    did not even run because the test code itself didn't build
    or didn't execute correctly.
    
    jest-junit has an option to enable reporting of test suite errors,
    but test-reporter then interprets these as successful tests.
    johnbartholomew committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    fe8fe90 View commit details
    Browse the repository at this point in the history