I have a short Selenium IDE test that just checks the titles of some web pages, 4 links that's it.
And in selenium IDE if one of the title checks fails it will continue, and alert in the log about the failure. Where as in Selenium-side-runner
the test just fails and stops the moment it hit the failure and does not continue. Is there an argument
I can pass so that the execution continues even after failure?
I tried looking up the argument, but couldn't find any info.