Skip to content

Commit 0c5ebf1

Browse files
committed
test(android): pin the detox websocket so forwarding is stable
This is speculative and unique to a dev environment situation I have where the emulator is on a different machine and it is more convenient for me to forward the ports required if they are stable instead of ephemeral. I don't *think* this will affect anyone else negatively as we are not running multiple detox instances on the same machine that I know of, but this may be removed without discussion if it causes harm to anyone anytime
1 parent b367fb6 commit 0c5ebf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
"type": "android.emulator",
8181
"device": {
8282
"avdName": "TestingAVD"
83+
},
84+
"session": {
85+
"server": "ws://localhost:60994",
86+
"autoStart": true
8387
}
8488
},
8589
"android.emu.debug.windows": {

0 commit comments

Comments
 (0)