We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89d4ed commit 4acec78Copy full SHA for 4acec78
README.md
@@ -35,10 +35,10 @@ pip3 install -r requirements.txt
35
* Run sample test:
36
- To run the sample test across platforms defined in the `browserstack.yml` file, run:
37
```
38
- browserstack-sdk ./scripts/test.py
+ browserstack-sdk ./tests/test.py
39
40
* Run tests on locally hosted website:
41
- To run the local test across platforms defined in the `browserstack.yml` file, run:
42
43
- browserstack-sdk ./scripts/local-test.py
+ browserstack-sdk ./tests/local-test.py
44
0 commit comments