diff --git a/README.md b/README.md index c958147..9a7fe43 100644 --- a/README.md +++ b/README.md @@ -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