-
Notifications
You must be signed in to change notification settings - Fork 143
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
htmlextra-extended is not working with junit reporter #414
Comments
Hey @gurdeeppruthi: 👋 - Thanks for helping to make the reporter better by raising this ticket. I will take a look as soon as I can and get back to you. Cheers, Danny. |
"htmlextra-extended" report is a different project, you would likely need to raise the issue there... |
As @w4dd325 mentioned any issues with a different reporter would need to be raised on thier repo. |
Hi @DannyDainton @w4dd325 Thanks a lot for your reply. I am unable to raise it on "htmlextra-extended" repo as there is no option available to log an issue there. I will raise a new feature request on this repo as "htmlextra-extended" is not working when used with other reporters. |
Hey @gurdeeppruthi It's not something that I'm going to be doing on my reporter - Feel free to add that feature behind a flag and I'll review a PR. |
Unfortunately, I don't know how to do it as I am new to this. Hoping someone else could pick it up as it is a useful feature. Thanks. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Is There An Existing Issue
What Are You Seeing
When I use htmlextra-extended report alongwith junit report, newman is only generating html and not generating the junit report.
This working fine when I use htmlextra along with junit report, then both reports are getting generated.
The issue is only when i use junit with htmlextra-extended
Please could you fix this issue?
I have to use htmlextra-extended report only because it provides the features of provided iteration names instead of iteration numbers in the report and I need that feature.
Thanks in advance.
htmlextra-extended version: 2.1.4
Steps To Reproduce The Issue
This generate both the reports:
newman run "myCollection.json" --environment "myEnvironment.json" -d "myDataFile.csv" --reporters cli,junit,htmlextra
This only generates html report:
newman run "myCollection.json" --environment "myEnvironment.json" -d "myDataFile.csv" --reporters cli,junit,htmlextra-extended
Full Newman Command Or Node Script
HTMLEXTRA Version
1.22.11
Newman Version
5.3.2
Additional Context
Please could you look into it and advise?
The text was updated successfully, but these errors were encountered: