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
When I run the tests and produce a JSON test results file it shows a list of all of the tests for the package regardless if they fail or not
Current behaviour
When I run the tests and the setupAll fails for my test suite then the report does not include all of tests in that suite and only shows setupAll as a test
Why this is a problem
The JSON test results do not show how many tests there are actually are and is misleading. This is a problem when trying to get an accurate count of tests present in the project along with their current status - passing or failing.
Solution
Remove setupAll and teardownAll as tests included in the report and only include actual tests
The text was updated successfully, but these errors were encountered:
Expected behaviour
When I run the tests and produce a JSON test results file it shows a list of all of the tests for the package regardless if they fail or not
Current behaviour
When I run the tests and the
setupAll
fails for my test suite then the report does not include all of tests in that suite and only showssetupAll
as a testWhy this is a problem
The JSON test results do not show how many tests there are actually are and is misleading. This is a problem when trying to get an accurate count of tests present in the project along with their current status - passing or failing.
Solution
Remove
setupAll
andteardownAll
as tests included in the report and only include actual testsThe text was updated successfully, but these errors were encountered: