Skip to content

Commit a6435d5

Browse files
authored
Adding CrossBrowserTesting remote server example
This illustrates how to run selenium base tests on CrossBrowserTesting remote devices.
1 parent 0dbd4b8 commit a6435d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

help_docs/customizing_test_runs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ Here's how to connect to a TestingBot Selenium Grid server for running tests:
6969
```bash
7070
pytest my_first_test.py --server=USERNAME:[email protected] --port=80
7171
```
72+
Here's how to connect to a CrossBrowserTesting Selenium Grid server for running tests:
73+
74+
```bash
75+
pytest my_first_test.py --server=USERNAME:[email protected] --port=80
76+
```
7277

7378
Or you can create your own Selenium Grid for test distribution. ([See this ReadMe for details](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md))
7479

0 commit comments

Comments
 (0)