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

[Question] include console log as a system.out to the junit report. #223

Closed
ievgennaida opened this issue Sep 22, 2022 · 1 comment
Closed

Comments

@ievgennaida
Copy link

ievgennaida commented Sep 22, 2022

Junit format is supporting next XML nodes to keep the logs and evidences/errors of the tests execution:

- <system-out></system-out>
- <system-err></system-err>

Do you have any way to configure plugin to include console output for the jUnit?
BR.

@palmerj3
Copy link
Collaborator

jest-junit does support it but jest itself no longer sends reporters this data as of many major versions ago.

More details here #45

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

No branches or pull requests

2 participants