agent-js-postman
agent-js-postman copied to clipboard
ReportPortal reporting tests that don't run postman
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.
On the Setup folder, our Pre-request script says to skip both of these tests
When running these tests in postman ( or through build agents ) the tests are successfully skipped
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:
See : https://github.com/reportportal/agent-js-postman/issues/67 - related.
I think this is ultimatly caused by : https://github.com/reportportal/agent-js-postman/issues/64
Looks like similar to https://github.com/reportportal/agent-js-postman/issues/58