SangeetNenwani
4 months agoContributor
Runner.Stop(true) stops complete execution, not just the current test case
I want to use Runner Stop to skip some test cases in specific condition during the automatic testing. I am using Runner.Stop (true) in the event onStartTest. Project playback settings are continue r...
- 3 months ago
I checked with latest version, its also working for me.
Good news !
Can you please confirm once again is it working since 15.59?
Yes, I opened a ticket for this problem on May 10, 2023 on version 15.05.
It was resolved on December 15, 2023 on version 15.59.It took a long time to fix, but it's been working ever since.
Having said that, I don't think many people use this function in an event method.