We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf24ca commit 6364fdaCopy full SHA for 6364fda
1 file changed
example/e2e/package.json
@@ -8,7 +8,7 @@
8
"build:ios": "xcodebuild build -workspace ../ios/IntercomReactNativeExample.xcworkspace -scheme IntercomReactNativeExampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ./build",
9
"test:android": "maestro test ./maestro/android/*.yaml",
10
"test:ios": "maestro test ./maestro/ios/*.yaml",
11
- "maestro:install": "export MAESTRO_VERSION=1.36.0; curl -Ls \"https://get.maestro.mobile.dev\" | bash"
+ "maestro:install": "curl -Ls \"https://get.maestro.mobile.dev\" | bash"
12
},
13
"keywords": [],
14
"author": "",
@@ -26,7 +26,6 @@
26
"@wdio/mocha-framework": "^7.7.3",
27
"@wdio/spec-reporter": "^9.5.0",
28
"chromedriver": "^131.0.4",
29
- "maestro-cli": "^1.40.3",
30
"ts-node": "^10.0.0",
31
"typescript": "^4.3.2",
32
"wdio-chromedriver-service": "^8.1.1"
0 commit comments