Bogdan Kudria
Bogdan Kudria
@MarcusQA1982 @christian-bromann, I suppose this bug relates to this one which has been already raised. [🐛 Bug]: @wdio/junit-reporter in WebDriverIO v8 with CucumberJS shows step counts instead of test counts...
@christian-bromann We rely on Azure DevOps and the **PublishTestResults@2** task in our CI/CD pipeline for accurate test reporting. Prior to migrating to WebDriverIO v8, the JUnit reports correctly treated each...
@christian-bromann there's a noticeable difference of JUnit report before and after migrating from WebdriverIO v7 to v8 **Before**: ``` ``` **After:** ``` ```
@christian-bromann @MikeBaxter-Canopy yes, but it shows things differently like tests are not equal to steps. Other clients utilizing this junit reporter heavily depend on this attribute for their workflows.
@christian-bromann I've already provided the comparison of these reports [above](https://github.com/webdriverio/webdriverio/issues/11574#issuecomment-1789701829). Where you may observe that WDIO v7 shows tests="1", meanwhile WDIO v8 shows tests="2". As you can see, it returns...