Furthermore, Sauce Labs offer servers running lots of different OS/browser combinations that you can run your Selenium tests on.
In other words:
- we write our Selenium tests in Python (assert that when you click, X happens)
- they get run on our continuous integration server every time we push to GitHub
- the Selenium tests fire up IE 8 on Windows on a Sauce Labs server and run themselves
- the output gets piped back to us as part of our unit testing suite, emailing us if any of the tests fail
Well, we almost have it working as well as that :) Either way, we've been really impressed by Sauce Labs so far.
Furthermore, Sauce Labs offer servers running lots of different OS/browser combinations that you can run your Selenium tests on.
In other words:
- we write our Selenium tests in Python (assert that when you click, X happens)
- they get run on our continuous integration server every time we push to GitHub
- the Selenium tests fire up IE 8 on Windows on a Sauce Labs server and run themselves
- the output gets piped back to us as part of our unit testing suite, emailing us if any of the tests fail
Well, we almost have it working as well as that :) Either way, we've been really impressed by Sauce Labs so far.