wdio-html-nice-reporter shows number of steps in html report instead of actual test cases.
GPSC1 opened this issue · 1 comments
GPSC1 commented
Example- If i have 20 test cases which has 120 steps distributed across 20 test cases then the final html report shows report as Test Passed-120. But Test Passed should be only 20. Attached report image. Below is 1 Test case with 5 test steps.
Scenario: Validate if user is able to see Add file popup
Given User is on the login page
When User logs in app
Then Homepage should be seen
When User selects Add file button
Then User should be able to see Add file popup