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

Fix missing test results for facebook/jest CI runs in Azure Pipelines #9177

Merged
merged 2 commits into from
Nov 14, 2019

Conversation

willsmythe
Copy link
Contributor

Summary

A breaking change in jest-junit 8.0.0 (jest-community/jest-junit#101) caused test results to no longer appear for the facebook/jest CI pipeline in Azure Pipelines:

image

Example run

The jest-junit reporter is used in facebook/jest CI runs to produce XML Junit files which feed the Tests UX in Azure Pipelines.

The breaking change replaced the output configuration option (used in jest.config.ci.js) with separate outputDirectory and outputName options. Moving to jest-junit 9.0.0 (#9114) caused the problem to surface.

Test plan

With this fix, test results are now appearing again in Azure Pipelines:

image

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch! Somehow missed that 😅 Will fix circle as well.

@SimenB SimenB merged commit 18dfcbb into jestjs:master Nov 14, 2019
@willsmythe willsmythe deleted the pipelines-test-reporting-fix branch November 14, 2019 12:54
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants