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

MVP: Support for jest-junit #17

Merged
merged 14 commits into from
Nov 18, 2020
Merged

MVP: Support for jest-junit #17

merged 14 commits into from
Nov 18, 2020

Conversation

dorny
Copy link
Owner

@dorny dorny commented Nov 18, 2020

This PR implements minimal viable support for processing jest-junit test reports.

Currently it can generate basic test reports using markdown (headings, tables, emoji) and set conclusion output parameter.
By default it set the action as failed when test reports contains any failed tests (configurable via fail-on-error parameter).

Further work:

  • documentation
  • code annotation based on stack traces from failed tests

@dorny dorny merged commit 3e8db1a into main Nov 18, 2020
@dorny dorny deleted the jest-junit branch November 18, 2020 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant