Forum Discussion
3 Replies
- AlexKaras
Champion Level 1
Hi Denis,
> Runner.Stop(false) [...] doesn't help me..
Could you please provide more details? Doesn't Runner.Stop(false) stop project execution? Or the error is still posted to the log? - Colin_McCraeCommunity HeroThink what he means Runner.Stop(false) causes the test to show a failure in the log at point of exit.
So how do you stop it without ending up with some sort of failure in the log. Which is a fair point, as it's not. - lnd_amaralContributorTake a look at:
Stopping the Project Suite Test After the Project Test Fails
I set 'none' column 'Stop on Error' of each test item and used the 'Runner.Stop ()' method in the script and it worked well.
Could you test this and give us a feedback?