1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 02:05:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

feat: e2e测试

This commit is contained in:
steven
2023-03-17 16:16:58 +08:00
parent bd04badbe8
commit 6cd256b7f4
14 changed files with 380 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ module.exports = {
headless: Boolean(process.env.CI),
gpuMode: process.env.CI ? 'off' : undefined,
device: {
avdName: 'TestingAVD',
avdName: 'Pixel_3a_API_33_arm64-v8a',
},
utilBinaryPaths: ['./cache/test-butler-app.apk'],
},
@@ -58,7 +58,7 @@ module.exports = {
'genymotion.emulator.name': {
type: 'android.genycloud',
device: {
recipeName: 'TestingAVD',
recipeName: 'Pixel_3a_API_33_arm64-v8a',
},
utilBinaryPaths: ['./cache/test-butler-app.apk'],
},