Skip to content

Commit e08480d

Browse files
committed
Update the docs to include Sauce Labs options
1 parent d8d7087 commit e08480d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ In addition to [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/m
99
* Change the automation speed (with Demo Mode)
1010
* Choose whether to run tests multi-threaded
1111
* Choose a BrowserStack server to run on
12+
* Choose a Sauce Labs server to run on
1213
* Choose a Selenium Grid to connect to
1314
* Choose a database to save results to
1415
* Choose a proxy server to connect to

help_docs/features_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Can handle Google Authenticator logins by using the [Python one-time password library](https://pyotp.readthedocs.io/en/latest/).
1616
* Includes a hybrid-automation solution called **[MasterQA](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/masterqa/ReadMe.md)** to speed up manual testing.
1717
* Includes integrations with [MySQL](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/core/testcase_manager.py), [Selenium Grid](https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/utilities/selenium_grid), [Google Cloud](https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/google_cloud/ReadMe.md), [Amazon S3](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/s3_logging_plugin.py), and [NodeJS](https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/node_js).
18+
* Has the ability to connect to a [BrowserStack](https://www.browserstack.com/automate#) or [Sauce Labs](https://saucelabs.com/products/web-testing/cross-browser-testing) Selenium Grid server.
1819
* Includes a [tool to convert Selenium IDE recordings](https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/utilities/selenium_ide) into clean, robust SeleniumBase scripts.
1920
* Written in Python, but can also make JavaScript calls using ``self.execute_script()``.
2021
* Includes useful Python decorators and password obfuscation methods. ([Learn more here](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common/ReadMe.md))

0 commit comments

Comments
 (0)