Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Delete --plugin-device-farm-live-streaming cmdline option from docs #1478

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/server-args.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These arguments are set when you launch the Appium server with device-farm plugi
| `--plugin-device-farm-booted-simulators` | No | Consider only booted iOS simulators | `false` | true/false |
| `--plugin-device-farm-wda-bundle-id` | Yes | For real device, please resign the ipa file and provide the new bundle of the ipa | None | `atd.pro` |
| `--plugin-device-farm-remote-connection-timeout` | No | During remote execution set the session creation timeout | 60000 | `120000` ms |
| `--plugin-device-farm-live-streaming` | No | Live streaming of test execution | false | `true/false` |

### Emulator (Android Virtual Device)

| Capability Name | Description |
Expand Down
Loading