-
Notifications
You must be signed in to change notification settings - Fork 76
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
"includeConsoleLog": true
is not working when testMatch
or testPathIgnorePatterns
is added
#61
Comments
@Hargne would be great if you see what's wrong 💯from the above test repo |
Hi, Just to rule it out: will the console.logs be outputted if you don't include |
I just ran some tests and it seems like it is actually the |
thanks @Hargne; let me give a try.
|
It should work as intended as long as you remove the |
Hello,
|
@jbournonville is it possible to post one of the test specs that includes a console log? |
Have same issue, but for me it stopped working after upgrade to jest@24.7.1 (works fine with 24.5.0). |
Hi again, In the latest release (https://github.com/Hargne/jest-html-reporter/releases/tag/2.7.0) I was able to manually catch all the console.logs per test and then output it to each test suite. It should be noted that in order for this to work, you need to assign jest-html-reporter as a custom reporter in Jest via the |
the console logs are not generated in the html file, when I mention the spec location.
or
Output:
Please clone and run tests from this repo for debugging: https://github.com/prashanth-sams/api-automation-frisby-typescript
The text was updated successfully, but these errors were encountered: