You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did set up the property includeConsoleOutput: 'true' under jest.config.ts but while executing the test cases the console logs are getting printed on console as mentioned below but they are not coming under junit.xml and I do have 5 test files under the folder.
console.log
Yes
at Object. (playwright/e2e/user-onboarding-journey/logtest.test.ts:11:17).
I am using jest-junit": "10.0.0".
Can you let me know how can I fix this issue as I see the same issue reported earlier and fixed was merged? jestjs/jest#8739
I tried to debug using buildJsonResult.Js, In that, it is throwing undefined for suite.console. Please let me know if there is a fix for that.
The text was updated successfully, but these errors were encountered:
Hi,
I did set up the property includeConsoleOutput: 'true' under jest.config.ts but while executing the test cases the console logs are getting printed on console as mentioned below but they are not coming under junit.xml and I do have 5 test files under the folder.
console.log
Yes
at Object. (playwright/e2e/user-onboarding-journey/logtest.test.ts:11:17).
I am using jest-junit": "10.0.0".
Can you let me know how can I fix this issue as I see the same issue reported earlier and fixed was merged?
jestjs/jest#8739
I tried to debug using buildJsonResult.Js, In that, it is throwing undefined for suite.console. Please let me know if there is a fix for that.
The text was updated successfully, but these errors were encountered: