gwen-interpreter / gwen-web

Web automation engine for Gwen
https://gweninterpreter.org
Apache License 2.0
54 stars 18 forks source link

Junit report count is incorrect in case of scenario outline. #48

Closed Rahul9844 closed 6 years ago

Rahul9844 commented 6 years ago

incorrectresultcount

Rahul9844 commented 6 years ago

htmlreport

Html report has correct count.

bjuric commented 6 years ago

Thanks @Rahul9844, we'll make changes to all reports to use the "expanded" scenario counts. Since Gwen expands all outlines at evaluation time. In the case of skipped or pending outlines we'll use the cumulative examples record counts. This should provide consistent figures.

bjuric commented 6 years ago

@Rahul9844, we've implemented the changes to cater for scenario outlines. The counts in both reports should now match. Please try this out using the snapshot below and let us know how it goes.

Rahul9844 commented 6 years ago

replaceimage

Tested on gwen-web-2.15.0-2-g308d08a-SNAPSHOT.zip and works as expected. Hence closing it.