krogold
7 years agoRegular Contributor
Error not indicated in testRunner report
Hello,
I'm launching testRunner in command line. I'm launching a single testCase
I have a testCase with a tearDown script using groovy functions.
The test case steps are passing properly but the tearDown script fails due to unknown class
In the report there is no indication of the failure, is this normal ? is there an option to set in order to take into account the failure in tearDown script ?
In my command line I use options "-a -f" and "-RTest Case Report"