Skip to content

Commit 4acec78

Browse files
committed
chore: fix command in readme
1 parent c89d4ed commit 4acec78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ pip3 install -r requirements.txt
3535
* Run sample test:
3636
- To run the sample test across platforms defined in the `browserstack.yml` file, run:
3737
```
38-
browserstack-sdk ./scripts/test.py
38+
browserstack-sdk ./tests/test.py
3939
```
4040
* Run tests on locally hosted website:
4141
- To run the local test across platforms defined in the `browserstack.yml` file, run:
4242
```
43-
browserstack-sdk ./scripts/local-test.py
43+
browserstack-sdk ./tests/local-test.py
4444
```

0 commit comments

Comments
 (0)