Skip to content

Commit 4ec78b7

Browse files
none: adding correct maestro install
1 parent 0923e65 commit 4ec78b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/e2e/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build:android": "../android/gradlew assembleFossRelease -p ../android",
88
"build:ios": "xcodebuild build -workspace ../ios/IntercomReactNativeExample.xcworkspace -scheme IntercomReactNativeExampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ./build",
99
"test:android": "npx wdio ./wdio.android.conf.ts",
10-
"test:ios": "npx wdio ./wdio.ios.conf.ts"
10+
"test:ios": "npx wdio ./wdio.ios.conf.ts",
11+
"maestro:install": "curl -Ls \"https://get.maestro.mobile.dev\" | bash"
1112
},
1213
"keywords": [],
1314
"author": "",

0 commit comments

Comments
 (0)