I have a Postman collection where we are maintaining the structure in this format-
Epic Folder
-User Story Folder(inside epic Folder)
-Test Case Id folder(inside user Story Folder)
-Request1(inside Test case id folder)
-Request2(inside Test case id folder)
-Request3(inside Test case id folder)
Using newman-junit xray report, creates test case for each request. But I want the test case to be recorded only for the last request(request3) Under Test Case-id Folder.
Request1 and Request2 are like Pre-request which needs to be run prior of running Request3. But Request1 and Request2 are not the actual test.
Hoe can we generate such junit-xray report?
Posting this link was in response to the previous posterâs request to âre-postâ a link that is no longer accurate. Hence, my posting the above link.