Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 5ae83e3

Browse files
introduce new flags (#137)
1 parent 11f083c commit 5ae83e3

File tree

6 files changed

+12177
-7946
lines changed

6 files changed

+12177
-7946
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,11 @@ appium --use-plugin=appium-dashboard
6363
Now navigate to `http://localhost:4723/dashboard` to open the web app which will show the complete list of tests and its details that are being executed.
6464

6565
NOTE: This plugin is still in beta phase and heavy testing is being done to eliminate all possible issues along with lot other new features.
66+
67+
## Custom capabilitis:
68+
69+
| Name | Type | Description | Example |
70+
| ------------------------------ | ------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------- |
71+
| dashboard:name | string | Custom name for the session | `{"dashboard:name" : Sample login test }` |
72+
| dashboard:enableLiveVideo | boolean | if `true` live video of the execution will be streamed from the dashboard | defaults to `true` |
73+
| dashboard:enableVideoRecording | boolean | if `true`, video recording of the session can be viewd from the dashboard after the session is killed | defaults to `true` |

0 commit comments

Comments
 (0)