You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
`
The text was updated successfully, but these errors were encountered:
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
Now test report should show Test passed as 1 instead of 5
`
The text was updated successfully, but these errors were encountered: