Skip to content

Commit

Permalink
Renamed proxyIP to remoteMachineProxyIP and add proxy if available in…
Browse files Browse the repository at this point in the history
… cliArgs (#849)
  • Loading branch information
anandbagmar authored Oct 25, 2023
1 parent 68b34a2 commit e3d7ff9
Show file tree
Hide file tree
Showing 8 changed files with 24,269 additions and 7,200 deletions.
4 changes: 2 additions & 2 deletions docs/server-args.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ These arguments are set when you launch the Appium server with device-farm plugi
| `--plugin-device-farm-max-sessions` | No | Limit how many sessions can be active at a time. This is useful when you need limit sessions based on host machine resource availability. | None | `<number>` e.g. `8` |
| `--plugin-device-farm-derived-data-path` | No | DriveDataPath of WDA to speed iOS test run. | None | `{'simulator': 'PathtoDrivedDataPath', 'device': 'PathtoDrivedDataPath'}` |
| `--plugin-device-farm-adb-remote` | No | ADB Remote host and port as array | None | `["remoteMachine1IP:adbPort", "remoteMachine2IP:adbPort"]` |
| `--plugin-device-farm-proxy-ip` | No | For remote execution if the node machine is behing proxy | None | `http://proxyIP:proxyPort`, For example: 'https://10.x.x.x:3333' |
| `--plugin-device-farm-emulators` | No | The name of Android emulator to run the test on. The names of currently installed emulators could be listed using avdmanager list avd command. If the emulator with the given name is not running then it is going to be launched on automated session startup.| None | [{"avdName": "device1, launchTimeout: 200000 }] [Refer to Emulator (Android Virtual Device)]()|
| `--plugin-device-farm-proxy-ip` | No | For remote execution if the node machine is behing proxy | None | `http://remoteMachineProxyIP:proxyPort`, For example: 'https://10.x.x.x:3333' |
| `--plugin-device-farm-emulators` | No | The name of Android emulator to run the test on. The names of currently installed emulators could be listed using avdmanager list avd command. If the emulator with the given name is not running then it is going to be launched on automated session startup.| None | [{"avdName": "device1, launchTimeout: 200000 }] [Refer to Emulator (Android Virtual Device)]() |


### Emulator (Android Virtual Device)
Expand Down
Loading

0 comments on commit e3d7ff9

Please sign in to comment.