Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ For running tests on a project without rebuilding apk and test suite, you can si
gradle executeDebugTestsOnBrowserstack -PskipBuildingApks=true
```

For specifying a config file from the command line, you can simply run the following command:

```
gradle clean executeDebugTestsOnBrowserstack --config-file='config-browserstack.json'
```
Note, this will override the entry within configFilePath.

##### Supported browserStackConfig parameters

username: String
Expand Down