Custom Reporters

Hey all,

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. :pensive:

2 Likes

Solved!!

I was an idiot and missed a comma - even more of a fool for not having a linter :pensive:

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 :grin:

1 Like

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.

2 Likes