Has anyone else noticed that the StopTestLIstOnFailure Property no longer stops TestLists from continuing execution? If so, how have you worked around the issue?
1 Answer, 1 is accepted
0
Boyan Boev
Telerik team
answered on 04 Feb 2014, 08:26 AM
Hello Nate,
A possible workaround is to implement your IExecutionExtension. In that extension you can implement some logic in "OnAfterTestCompleted" method to throw some exception.