Skip to content

Commit 0a0f1f1

Browse files
committed
Fixed android test
1 parent e142da5 commit 0a0f1f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

-21.5 KB
Loading

playground/e2e/detox.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const config = {
4949
'ios.debug': {
5050
type: 'ios.app',
5151
binaryPath: 'ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app',
52-
start: 'npm start -- --e2e',
52+
start: 'react-native start',
5353
build: 'RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -workspace ios/playground.xcworkspace -sdk iphonesimulator -configuration Debug -derivedDataPath ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=YES',
5454
},
5555
'ios.release': {
@@ -60,8 +60,8 @@ const config = {
6060
'android.debug': {
6161
type: 'android.apk',
6262
binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk',
63-
start: 'npm start -- --e2e',
64-
build: 'cd playground/android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug',
63+
start: 'react-native start',
64+
build: 'cd android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug',
6565
reversePorts: [
6666
8081,
6767
],

0 commit comments

Comments
 (0)