Closed ghost closed 6 years ago
Is it possible to set up my rselenium tests in such a way that the tests continue to run after a failure? Currently, as soon as a single test fails the entire execution stops. I'd like it to continue to subsequent tests.
The simplest way : try({ command }, silent=TRUE)
Even if your command fails, your code doesn't stop.
Is it possible to set up my rselenium tests in such a way that the tests continue to run after a failure? Currently, as soon as a single test fails the entire execution stops. I'd like it to continue to subsequent tests.