Dan10ch

Results 5 issues of Dan10ch

In our suite we have been using the following: `pm.test("Validate schema 2", ()=> { pm.response.to.have.jsonSchema(JSON.parse(pm.collectionVariables.get("schema"))); });` In ReportPortal this doesn't seem to validate/result in an 'finish' result. Changing to: `pm.test("Validate...

bug

In the postman test suite we have folders to organise our suites, for example, setup and cleanup tasks and the different scenarios of tests within the test collection: ![image](https://user-images.githubusercontent.com/29710317/134358867-93f303e3-e3b9-4cb3-af58-a815358fedc8.png) Within...

feature request

Within out test suites we have 'setup' and 'clear up' tasks. These are often outside the boundry of the product under test, for example calling a third party solution, as...

need investigation

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

bug
duplicate

When you skip a test in postman, report portal sets as 'passed' which isn't an accurate representation. ReportPortal should have this as 'skipped' Example skipped test: ![image](https://user-images.githubusercontent.com/29710317/134488549-4201bd36-4a77-4943-963e-93c13575ee93.png) Postman Result: ![image](https://user-images.githubusercontent.com/29710317/134488899-77856ca4-9b2e-4f97-b744-3b1d427cd990.png)...

bug