Skip to content

Commit 0b12024

Browse files
Merge pull request #18 from agarneha1331/fix-session-name-sdk
Added bstack to file names
2 parents 70eee21 + 152c8b1 commit 0b12024

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
run: python -m pip install -r requirements.txt
6161

6262
- name: run tests in parallel
63-
run: browserstack-sdk pytest -s tests/test.py
63+
run: browserstack-sdk pytest -s tests/bstack-sample-test.py
6464

6565
- name: run local tests in parallel
66-
run: browserstack-sdk pytest -s tests/local-test.py
66+
run: browserstack-sdk pytest -s tests/bstack-local-test.py
6767

6868
- if: always()
6969
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975

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

browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ accessKey: YOUR_ACCESS_KEY
1313
# Set 'projectName' to the name of your project. Example, Marketing Website
1414
projectName: BrowserStack Samples
1515
# Set `buildName` as the name of the job / testsuite being run
16-
buildName: browserstack build
16+
buildName: browserstack build
1717
# `buildIdentifier` is a unique id to differentiate every execution that gets appended to
1818
# buildName. Choose your buildIdentifier format from the available expressions:
1919
# ${BUILD_NUMBER} (Default): Generates an incremental counter with every execution
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)