webdriverio-boneyard / wdio-allure-reporter

A WebdriverIO v4 plugin. Reporter that creates Allure Test Reports (http://allure.qatools.ru/)
MIT License
38 stars 48 forks source link

Feature Request - Adding Issue link and Severity level #119

Closed perwez123 closed 6 years ago

perwez123 commented 6 years ago

I have used the allure report for TestNg and Spock framework where I have used all the API of allure such as (feature, story, description, severity, issue, testId, host). There are many feature which is missing such as (severity, issue, testId, host, reportName) in wdio-allure-reporter.

I feel these features are very interesting and all will love to have it supported by wdio-allure-reporter.

Can we expect this features to release any time sooner?

BorisOsipov commented 6 years ago

@perwez123 yes it isn't hard to support.

Feel free to submit PR.

thespecial commented 6 years ago

@perwez123 @BorisOsipov I've submitted PR about adding severity - https://github.com/webdriverio/wdio-allure-reporter/pull/126 .

Could someone review and merge if ok, please?

BorisOsipov commented 6 years ago

@thespecial thanks! awesome 👍