webdriverio-community / wdio-html-reporter

Fork of wdio-html-format-reporter
MIT License
18 stars 27 forks source link

wdio-html-nice-reporter shows number of steps in html report instead of actual test cases. #102

Open GPSC1 opened 1 year ago

GPSC1 commented 1 year ago

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

Now test report should show Test passed as 1 instead of 5 image `

GPSC1 commented 1 year ago

It has been a week and yet no response @rpii .. Plz help