nonealexq / jmeter-allure-reporting

Make JMeter report in Allure format
Apache License 2.0
30 stars 9 forks source link

Adding Priority and Severity #2

Closed chikki78 closed 1 year ago

chikki78 commented 1 year ago

How to add the Priority and Severity to the report. what are the annotations for them to be added to the report? Your help is appreciated. We have the annotations for Selenium but i am looking the annotations for JMeter allure reports

nonealexq commented 1 year ago

We will update the repository soon. Refactored and added many interesting features :)

nonealexq commented 1 year ago

https://github.com/nonealexq/jmeter-allure-reporting/tree/v1.4.11#add-any-custom-label Update .groovy to use it And just write :) vars.put("allure.label.severity","critical");