File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -17,32 +17,14 @@ BROWSERSTACK_USERNAME="BROWSERSTACK_USERNAME"
1717BROWSERSTACK_ACCESS_KEY="BROWSERSTACK_ACCESS_KEY"
1818URL="https://hub.browserstack.com/wd/hub"
1919```
20- - Change the capabilities if you wish:
21- (For single test session, Navigate to ./scripts/single.py)
22- ``` python
23- desired_cap = {
24- ...
25- ' browserName' : ' iPhone' ,
26- ' device' : ' iPhone 11' ,
27- ' realMobile' : ' true' ,
28- ' os_version' : ' 14.0' ,
29- ' name' : ' BStack-[Python] Sample Test' , # test name
30- ' build' : ' BStack Build Number 1' # CI/CD job or build name
31- ...
32- }
33- ```
3420
3521- Run tests
3622
37- a. For single
23+ a. For parallel
3824 ```
39- python3 ./scripts/single .py
25+ python3 ./scripts/parallel .py
4026 ```
4127 b. For local
4228 ```
4329 python3 ./scripts/local.py
4430 ```
45- c. For parallel
46- ```
47- python3 ./scripts/parallel.py
48- ```
You can’t perform that action at this time.
0 commit comments