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

Scenario outline title displays parameter name instead of its value in allure report: wdio-allure-reporter #135

Closed pratyavi closed 6 years ago

pratyavi commented 6 years ago

I am using wdio-allure-reporter and using scenario outline in the feature file

Scenario Outline: test language translation Given User is on homepage When select from langauge dropdown Then language changed and is visible in selected language

Examples: | language | Text | | Deutsch | Home | | Dansk | Hjem | | Magyar | Otthon |

When I execute this scenario using "npm test" and generate allure report . I see parameter value in scenario outline title in report. In XML also the parameter name is coming not its value.

How it can be resolved?

allure xml

BorisOsipov commented 6 years ago

Duplicate of https://github.com/webdriverio/wdio-cucumber-framework/issues/142