gordonb
12 years agoOccasional Contributor
testRunner.fail() for all levels
My project has a test suite and 3 test cases. If the 1st test case has a groovy step with testRunner.fail(), then the 2nd and 3rd test cases continue to run after. (A work around would be to set all t...