Skip to content

Commit 8a9f786

Browse files
committed
test(windows): add missing windows detox targets
1 parent 1d013fa commit 8a9f786

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/.detoxrc.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ module.exports = {
2929
'cd android && ./gradlew assembleDebug assembleAndroidTest lintDebug -DtestBuildType=debug --warning-mode all && cd ..',
3030
reversePorts: [8080, 8081, 8090, 9000, 9099, 9199],
3131
},
32+
'android.debug.windows': {
33+
type: 'android.apk',
34+
binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk',
35+
build:
36+
'cd android && .\\gradlew.bat assembleDebug assembleAndroidTest lintDebug -DtestBuildType=debug --warning-mode all && cd ..',
37+
reversePorts: [8080, 8081, 8090, 9000, 9099, 9199],
38+
},
3239
'android.release': {
3340
type: 'android.apk',
3441
binaryPath: 'android/app/build/outputs/apk/release/app-release.apk',
@@ -76,6 +83,10 @@ module.exports = {
7683
device: 'emulator',
7784
app: 'android.debug',
7885
},
86+
'android.emu.debug.windows': {
87+
device: 'emulator',
88+
app: 'android.debug.windows',
89+
},
7990
'android.emu.release': {
8091
device: 'emulator',
8192
app: 'android.release',

0 commit comments

Comments
 (0)