-
Notifications
You must be signed in to change notification settings - Fork 90
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
Report shows passed steps as pending #203
Comments
Thanks for opening an issue but you'll need to provide more information in order for me to look into this. Please use the following template: Describe the bug Code Reproduce Expected behavior Screenshots Environment (please complete the following information):
Additional context |
The Bug Have a summary of : The steps before the failed step are reported as 'Passed' but they are also reported as 'Pending'. This is reflected in the summary section as text and chart form. This issue is not seen when using Mocha it functions. The reporting is correct. (3 Passed, 1 Failed, 1 Skipped) Expected behaviour I expect the summary to show: Code Environments |
run tests using package.json script mocha config file reporter-options config file |
When using mocha steps, if step 6 out of 10 steps pass, the suite summary shows that 5 tests passed, 1 failed and 9 pending. This is also reflected in the suite summary chart. Each step shows the icon for pending for those that passed. It should actually be showing 5 passed, 1 failed and 4 pending.
The report works correctly when using mocha it.
The text was updated successfully, but these errors were encountered: