Iāve tried and failed to create a new reporter for Newman.
Itās published to npm but thereās a problem with it somewhere and I think Iām too close to it too know where it is.
When I try and use the reporter with either a Newman.run script or from the CLI, it keeps telling me that the reporter canāt be found.
Iāve also tried installing it globally but still no luck.
I used the latest version of Newman and I have node 10 / npm 6 installed on my Windows machine.
Could someone please take a look at the code and point out the obvious mistake that itās failing on.
Iāve exposed the āSkipped Testsā in my newman HTML reporter - itās kind of phase 1 at the moment and you can see the skipped tests but these are still not getting aggregated and show as a passā¦thats phase 2
After a change in Newman v4.2.3, Iāll be pushing out a new version of my custom HTML reporter early next week, that will include the skipped tests for each request.