Skip to content

Commit

Permalink
chore/AddAdbDetoxConfig (#10335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ATeal authored Jan 30, 2025
1 parent 55b0771 commit 07fc712
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions VAMobile/.detoxrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"device": {
"avdName": "Pixel_6_Pro_API_33"
}
},
"attached": {
"type": "android.attached",
"device": {
"adbName": ".*"
}
}
},
"configurations": {
Expand All @@ -47,6 +53,10 @@
"android": {
"device": "emulator",
"app": "android"
},
"attached": {
"device": "attached",
"app": "android"
}
},
"behavior": {
Expand Down
2 changes: 2 additions & 0 deletions VAMobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"e2e:ios-test": "yarn jest:clear && detox test -c ios --cleanup --record-logs all",
"e2e:android-build": " yarn run bundle:android && detox build -c android",
"e2e:android-test": "yarn jest:clear && detox test -c android --cleanup",
"e2e:attached-build": "yarn run bundle:android && detox build -c attached",
"e2e:attached-test": "yarn jest:clear && detox test -c attached --cleanup",
"docs": "yarn && cd documentation && yarn && yarn start",
"nodes": "rm -rf node_modules && yarn install",
"pods": "cd ios && pod install && cd .."
Expand Down

0 comments on commit 07fc712

Please sign in to comment.