This tutorial will show you how to get started with testing with Python on Sauce.
The explicit wait method tells the browser to wait a set amount of time (in seconds) for elements to appear on the page before giving up. Using explicit waits is one of our recommended best practices. |
If you look at the code closely, you'll see that basics for setting up a test to run on sauce are very straightforward, and really only require two elements.
first_test.py
. Execute the test:
python first_test.py |
Check your dashboard and you will see that your test has just run on Sauce!
See the topics under Running Tests in Parallel with Python for more information and examples of setting up popular Python testing frameworks to run tests in parallel on Sauce