Closed Escape147 closed 1 year ago
Hey @Escape147: 👋 - 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.
Hey @Escape147,
That flag only relates to what is displayed in the final report:
The Skipped Tests
section relates to any tests that you have within your Collection file that use the pm.test.skip
option.
pm.test.skip("Status code is 200", function () {
pm.response.to.have.status(200);
});
@DannyDainton
The final report that's created. There's only 1 report that gets created but that could be displaying anything based on flags that might be used.
If you solved the problem and you no longer have an issue - Can we close this out?
There isn't anything that I'll be changing on my side for this.
Mmm Good
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 the --reporter-htmlextra-skipRequests (--reporter-htmlextra-skipFolders) parameter is used to run the command, the number of Skipped Tests in the generated report is 0
Steps To Reproduce The Issue
Full Newman Command Or Node Script
HTMLEXTRA Version
1.22.11
Newman Version
5.3.2
Additional Context