Skip to content

Commit b54ce1e

Browse files
committed
add caps for chrome
1 parent bdccc0f commit b54ce1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_helper.rb

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ def ios
7979
def android
8080
{
8181
caps: {
82+
# Chrome browser
83+
# browserName: 'chrome',
84+
# chromeOptions: {androidPackage: 'com.android.chrome'},
8285
platformName: :android,
8386
automationName: 'uiautomator2',
8487
app: 'test/functional/app/api.apk',

0 commit comments

Comments
 (0)