Closed ejerskov closed 2 years ago
@nl-kaidzen The runner listener is added a second time here, causing it to report all results 2 times: https://github.com/qase-tms/qase-javascript/blob/master/qase-newman/src/index.ts#L87
Is it possible to do a quick PR on this issue?
@ejerskov Yes, I see the problem. You can send a PR and we'll merge them very quickly, or I can fix this problem myself by Monday.
@nl-kaidzen, could you do the PR please?
Hi! fixed in 1.0.4 https://www.npmjs.com/package/newman-reporter-qase.
Im using the qase-reporter for newman like this (the runId is retrieved by creating a run above this code):
This is the cli log (note that all results are posted twice which is also reflected in the Test Run on app.qase.io):
The 2 postman tests are set up like this: