Skip to content

Commit

Permalink
test(ios): update binary path to the non-detox-linked app (example-ci).
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Dec 17, 2024
1 parent 757e778 commit 6bb0fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detox/test/e2e/detox.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const config = {
'ios.debug': {
type: 'ios.app',
name: 'example',
binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/example.app',
binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/example-ci.app',
build: 'set -o pipefail && xcodebuild -workspace ios/example.xcworkspace -scheme example-ci -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -quiet',
start: 'react-native start',
bundleId: 'com.wix.detox-example',
Expand All @@ -61,7 +61,7 @@ const config = {
'ios.release': {
type: 'ios.app',
name: 'example',
binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/example.app',
binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/example-ci.app',
build: 'set -o pipefail && export CODE_SIGNING_REQUIRED=NO && export RCT_NO_LAUNCH_PACKAGER=true && xcodebuild -workspace ios/example.xcworkspace -scheme example-ci -configuration Release -sdk iphonesimulator -derivedDataPath ios/build -quiet',
},

Expand Down

0 comments on commit 6bb0fba

Please sign in to comment.