You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using the newman allure reporter it is currently not possible to add links:
Indeed from https://allurereport.org/docs/newman/ we can read:
Adding links to issues and other webpages is currently not supported by the Allure Newman adapter.
Describe the solution you'd like
I would like to be able to add links and tms so that the allure report served does have this sections for a given request or set of request shot via postman/newman.
It would be nice to be able to get them from the kind of annotations we can add inside the test script, as it is already possible for:
// @allure.label.owner=JohnDoe
// @allure.label.severity=critical
// @allure.label.tag=WebInterface
// @allure.label.tag=Authentication
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Using the newman allure reporter it is currently not possible to add links:
Indeed from https://allurereport.org/docs/newman/ we can read:
Adding links to issues and other webpages is currently not supported by the Allure Newman adapter.
Describe the solution you'd like
I would like to be able to add links and tms so that the allure report served does have this sections for a given request or set of request shot via postman/newman.
It would be nice to be able to get them from the kind of annotations we can add inside the test script, as it is already possible for:
// @allure.label.owner=JohnDoe
// @allure.label.severity=critical
// @allure.label.tag=WebInterface
// @allure.label.tag=Authentication
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: