Forum Discussion
petarT
12 months agoNew Contributor
I've created a work-around by using a test case property "hasFailed" with the value false, then via groovy change the property to true if the assert fails and failing the test case if the property is true in the teardown script.
However I feel like this issue should be fixed on smartbear side