We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ca59d commit d3d5c5bCopy full SHA for d3d5c5b
scripts/e2e/detox-utils.cjs
@@ -44,7 +44,7 @@ function detectLocalAndroidEmulator() {
44
}
45
46
function detectAndroidEmulatorName() {
47
- return isRunningCI ? RNS_CI_AVD_NAME : detectLocalAndroidEmulator(); // ??
+ return isRunningCI ? RNS_CI_AVD_NAME : detectLocalAndroidEmulator();
48
49
50
/**
@@ -99,7 +99,7 @@ function commonDetoxConfigFactory(applicationName) {
99
attached: {
100
type: 'android.attached',
101
device: {
102
- avdName: RNS_CI_AVD_NAME,
+ avdName: process.env.RNS_ADB_NAME,
103
},
104
utilBinaryPaths: testButlerApkPath,
105
0 commit comments