ervirendersingh / newman-reporter-allure

A newman reporter for generating nice and clean report using Allure-js framework
16 stars 27 forks source link

Request name is not properly displayed #2

Closed simmosoonsein closed 4 years ago

simmosoonsein commented 4 years ago

I have a request defined in Postman: "dummyRequest" this dummyRequest is calling another request with setNextRequest("dummyRequest2")

After executing tests in Newman and checking the report I see following. Report does not display me request name, but iterationNo_setNextRequest_4 instead: image image

I would expect to see the initial request name instead.

ervirendersingh commented 4 years ago

Issue is fixed. Now, the exact name of the request is displayed.