RSelenium icon indicating copy to clipboard operation
RSelenium copied to clipboard

Setting Saucelabs test status to pass/fail

Open jstockwin opened this issue 8 years ago • 0 comments

cc @johndharrison

Currently, when using R Selenium, all jobs are just marked as ? Complete when they finish.

It would be nice if RSelenium could mark them as passed or failed. I'm not exactly sure where this should go, but maybe we could add something here to allow e.g. remDr$close(passed=TRUE) and add a call as documented here?

If something errors it could also automatically mark them as failed?

jstockwin avatar Jun 11 '17 15:06 jstockwin