agent-js-postman icon indicating copy to clipboard operation
agent-js-postman copied to clipboard

ReportPortal reporting tests that don't run postman

Open dantench opened this issue 3 years ago • 3 comments

On the collection 'header' we have some tests to verify response time/content type of every call, however with the ability to 'skip' on specific calls where we do not want to do this.

image

On the Setup folder, our Pre-request script says to skip both of these tests

image

When running these tests in postman ( or through build agents ) the tests are successfully skipped

image

If I add a test to one of these calls, in Report portal it starts to ignore the skip... even though the test isn't run:

image

dantench avatar Sep 23 '21 09:09 dantench

See : https://github.com/reportportal/agent-js-postman/issues/67 - related.

dantench avatar Sep 23 '21 15:09 dantench

I think this is ultimatly caused by : https://github.com/reportportal/agent-js-postman/issues/64

dantench avatar Sep 23 '21 15:09 dantench

Looks like similar to https://github.com/reportportal/agent-js-postman/issues/58

chivekrodis avatar Oct 19 '21 08:10 chivekrodis