How to get the console log in the report #227
Unanswered
mihirsasmal
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Jest no longer sends console data to reporters. So jest-junit supports it if you use a very old version of Jest from 2018 or earlier. But at this time there is nothing I can do to enable this functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The only thing jest-junit supports adding content externally to generated junit files is properties. Doubtful it will do what you're trying to do but perhaps. Have a look at the README and look for "testSuitePropertiesFile" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there anyway I can get
<system-out/>
and<system-err/>
details in Jest Junit report , similar to mocha junit report.I need some logs or additional details in the report. How do I do that ?
Beta Was this translation helpful? Give feedback.
All reactions