feat: project init
This commit is contained in:
parent
d2f53e17c5
commit
76e5c6c59b
2
.github/workflows/e2e_android.yml
vendored
2
.github/workflows/e2e_android.yml
vendored
@ -201,7 +201,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Detox Tests
|
- name: Detox Tests
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
timeout-minutes: 40
|
timeout-minutes: 60
|
||||||
with:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
avd-name: TestingAVD
|
avd-name: TestingAVD
|
||||||
|
2
.github/workflows/e2e_ios.yml
vendored
2
.github/workflows/e2e_ios.yml
vendored
@ -178,5 +178,5 @@ jobs:
|
|||||||
run: nohup sh -c "sleep 30 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
|
run: nohup sh -c "sleep 30 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
|
||||||
|
|
||||||
- name: Detox Test
|
- name: Detox Test
|
||||||
timeout-minutes: 30
|
timeout-minutes: 60
|
||||||
run: yarn test:ios-release
|
run: yarn test:ios-release
|
||||||
|
@ -44,7 +44,7 @@ module.exports = {
|
|||||||
headless: Boolean(process.env.CI),
|
headless: Boolean(process.env.CI),
|
||||||
gpuMode: process.env.CI ? 'off' : undefined,
|
gpuMode: process.env.CI ? 'off' : undefined,
|
||||||
device: {
|
device: {
|
||||||
avdName: 'Pixel_3a_API_33_arm64-v8a',
|
avdName: 'TestingAVD',
|
||||||
},
|
},
|
||||||
utilBinaryPaths: ['./cache/test-butler-app.apk'],
|
utilBinaryPaths: ['./cache/test-butler-app.apk'],
|
||||||
},
|
},
|
||||||
@ -58,7 +58,7 @@ module.exports = {
|
|||||||
'genymotion.emulator.name': {
|
'genymotion.emulator.name': {
|
||||||
type: 'android.genycloud',
|
type: 'android.genycloud',
|
||||||
device: {
|
device: {
|
||||||
recipeName: 'Pixel_3a_API_33_arm64-v8a',
|
recipeName: 'TestingAVD',
|
||||||
},
|
},
|
||||||
utilBinaryPaths: ['./cache/test-butler-app.apk'],
|
utilBinaryPaths: ['./cache/test-butler-app.apk'],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user