emu.release
This commit is contained in:
parent
c403590794
commit
1a36e834fd
|
@ -523,7 +523,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run Detox Tests
|
name: Run Detox Tests
|
||||||
command: |
|
command: |
|
||||||
yarn detox test --configuration android.att.release --cleanup --headless
|
yarn detox test --configuration android.emu.release --cleanup --headless
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
'android.release': {
|
'android.release': {
|
||||||
type: 'android.apk',
|
type: 'android.apk',
|
||||||
binaryPath: 'android/app/build/outputs/apk/experimentalPlay/release/app-experimental-play-release.apk',
|
binaryPath:
|
||||||
|
'android/app/build/outputs/apk/androidTest/experimentalPlay/release/app-experimental-play-release-androidTest.apk',
|
||||||
build: 'cd android ; ./gradlew assembleExperimentalPlayReleaseAndroidTest -DtestBuildType=release ; cd -'
|
build: 'cd android ; ./gradlew assembleExperimentalPlayReleaseAndroidTest -DtestBuildType=release ; cd -'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -50,7 +51,7 @@ module.exports = {
|
||||||
emulator: {
|
emulator: {
|
||||||
type: 'android.emulator',
|
type: 'android.emulator',
|
||||||
device: {
|
device: {
|
||||||
avdName: 'Pixel_4_XL_API_31'
|
avdName: 'myavd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue