Skip to content

Commit 1e1b667

Browse files
none: restored original e2e package.json, since it has been moved into test folder
1 parent ae37806 commit 1e1b667

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
version: 2.1
32

43
# Default VM config to be used for macOS builds
@@ -134,7 +133,7 @@ jobs:
134133
- run:
135134
working_directory: example/test
136135
name: Build android
137-
command: npm run build:android
136+
command: npm run build:android
138137

139138
- android/create-avd:
140139
avd-name: Android_29

example/e2e/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"build:android": "../android/gradlew assembleRelease -p ../android",
7+
"build:android": "../android/gradlew assembleFossRelease -p ../android",
88
"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": "curl -Ls \"https://get.maestro.mobile.dev\" | bash"
9+
"test:android": "npx wdio ./wdio.android.conf.ts",
10+
"test:ios": "npx wdio ./wdio.ios.conf.ts"
1211
},
1312
"keywords": [],
1413
"author": "",

0 commit comments

Comments
 (0)