Skip to content

Commit 0606212

Browse files
author
Neha Agarwal
authored
Merge pull request #24 from agarneha1331/default-parallel
Made parallel test as default
2 parents 739c599 + 76a4a32 commit 0606212

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,14 @@ BROWSERSTACK_USERNAME="BROWSERSTACK_USERNAME"
1717
BROWSERSTACK_ACCESS_KEY="BROWSERSTACK_ACCESS_KEY"
1818
URL="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-
```

0 commit comments

Comments
 (0)