From 3ed1951460665bb304c7b44d7a3526497d1bf46d Mon Sep 17 00:00:00 2001 From: Emma Malysz Date: Thu, 23 Jun 2022 09:56:01 -0700 Subject: [PATCH] specify config file arg --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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