nonealexq / jmeter-allure-reporting

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

Bulk adding labels && Ability to clear labels in solostep tests #8

Closed nonealexq closed 1 year ago

nonealexq commented 1 year ago

Bulk adding labels Problem: in the current implementation, i can only add one tag/issue/link label f.e: vars.put("allure.label.tag","smoke"); but we wonna add severals tags like: vars.put("allure.label.tags","smoke,api,critical")

Ability to clear labels in solostep tests Problem: solostep inherits labels from the declaration, but sometimes it becomes necessary to remove labels from one solostep f.e: add to parameters in allure.log.info "ignore_tags" or "ignore_links". We can use it only in solostep tests