RSelenium
RSelenium copied to clipboard
Setting Saucelabs test status to pass/fail
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?