Skip to content

Commit

Permalink
Merge pull request wix#4632 from wix/feat/add-detox-butler-to-test-app
Browse files Browse the repository at this point in the history
wix#4537 - Enabled detox butler on demo app
  • Loading branch information
gosha212 authored Nov 12, 2024
2 parents c9e1be5 + b314dd5 commit 532f696
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/demo-react-native/detox.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,27 @@ module.exports = {
},
reversePorts: [8081],

// utilBinaryPaths: [
// "../../detox/test/e2e/util-binary/detoxbutler-1.0.4-aosp-release.apk"
// ],
utilBinaryPaths: [
"../../detox/test/e2e/util-binary/detoxbutler-1.0.4-aosp-release.apk"
],
},
"genymotion.emulator.uuid": {
type: "android.genycloud",
device: {
recipeUUID: "9baf12f9-a645-4ffa-a688-0e92584d6194"
},
// utilBinaryPaths: [
// "../../detox/test/e2e/util-binary/detoxbutler-1.0.4-genymotion-release.apk"
// ],
utilBinaryPaths: [
"../../detox/test/e2e/util-binary/detoxbutler-1.0.4-genymotion-release.apk"
],
},
"genymotion.emulator.name": {
type: "android.genycloud",
device: {
recipeName: "Detox_Pixel_3a_API_34"
},
// utilBinaryPaths: [
// "../../detox/test/e2e/util-binary/detoxbutler-1.0.4-genymotion-release.apk"
// ],
utilBinaryPaths: [
"../../detox/test/e2e/util-binary/detoxbutler-1.0.4-genymotion-release.apk"
],
}
},
configurations: {
Expand Down

0 comments on commit 532f696

Please sign in to comment.