Right now the report only shows that all suites were run successfully (using positive look), but there might still be failing tests!
When there are many tests the user might now see the failing tests, giving the (false) feeling that all is OK. Include statistics below the successful message with the following details:
- Number of tests run.
- Number of failing tests (using negative style).
- All tests passed (using positive style).
The last two are of course, mutually exclusive.
Right now the report only shows that all suites were run successfully (using positive look), but there might still be failing tests!
When there are many tests the user might now see the failing tests, giving the (false) feeling that all is OK. Include statistics below the successful message with the following details:
The last two are of course, mutually exclusive.