Skip to content

Commit 0029786

Browse files
committed
Added bstack to file names
1 parent b49db5b commit 0029786

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ PyTest Integration with BrowserStack using SDK.
2121
## Run sample test in parallel:
2222
* To run the sample test across platforms defined in the configuration file run:
2323
```
24-
browserstack-sdk pytest -s tests/test.py
24+
browserstack-sdk pytest -s tests/bstack-sample-test.py
2525
```
2626

2727
## Run a sample local test:
2828
* To run the sample local test across platforms defined in the configuration file, you just need to set `browserstackLocal` key as true in the `browserstack.yml` file and run:
2929
```
30-
browserstack-sdk pytest -s tests/local-test.py
30+
browserstack-sdk pytest -s tests/bstack-local-test.py
3131
```
3232

3333
## Notes

tests/local-test.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/test.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)