Closed
Description
openedon Aug 4, 2017
Description
- When test were aborted the total number of tests shown as number of tests ran till that point of time.
- Stdout won't show any tests failed , where as stderr show as
Test Run Failed
- Having no error or failure message in stdout confuses the customer who redirect the stderr and stdout different files.
Steps to reproduce
- Create a test project with 3 tests with one as stackoverflow test.
- Run the tests.
Expected behavior
Total tests: Unknown. Passed: 2. Failed: 0. Skipped: 0.
?
Actual behavior
- Stdout show as
Total tests: 2. Passed: 2. Failed: 0. Skipped: 0.
- Actual number tests are 3. and one is failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment