When staging files are not deleted, functional tests do not report the failed test name #461
Labels
enhancement
New feature or request
Low Priority
testing
Changes to unit or integration tests, or testing interoperability
When a functional test fails because a file was not deleted afterwards, an exception is thrown before we print a summary, thus the test name is not reported at the end of the console. Furthermore, the exception is thrown in
afterEachTest()
which does not report the test name as well.This makes it hard to pin down which test failed, but it is not impossible; the console output would need to be searched in order to track down the failed tests.
Reason: Reduces effort to analyze test failures
The text was updated successfully, but these errors were encountered: