Give users the ability to take screenshots using Sauce OnDemand
The users should be able to take full page screenshots and later download them from the Job Results or the REST interface.
5 comments
-
Santi
commented
But actually that only works with Firefox browsers.
-
AdminSteven Hazel
(Admin, Sauce Labs)
commented
It's also possible to take full page screenshots on Sauce OnDemand with captureFullPageScreenshotToString.
-
Adminsso
(Admin, Sauce Labs)
commented
You should take a look at our last tip of the week. It doesn't take full page screenshots, but is a good first approach that is currently working:
http://saucelabs.com/blog/index.php/2009/10/selenium-tip-of-the-week-screenshot/ -
jodiem
commented
Yes I would like that functionality too. Right now I'm coding my tests to say, if I'm running Locally, then take a screen shot, if running on the Web (saucelabs), then don't.
-
mgrassotti
commented
This would be a great benefit for my team. We are using selenium tests as part of our build process, and would like to make it easier for our QA team to ensure that the site looks good before a deployment.
The video is great, but it's a lot faster to scan a handful of screenshots taken at key points in a test vs. watching a 2 minute flash video. Ideally I would like our build output to include step-by-step screenshots. We've been able to do this when running local tests with selenium and webrat, having the same ability when running on the saucelabs platform would be very helpful.