Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GPSC1 opened this issue Jul 12, 2023 · 1 comment

Comments

@GPSC1
Copy link

GPSC1 commented Jul 12, 2023

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
Copy link
Author

GPSC1 commented Jul 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant