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

Commit

Permalink
introduce new flags (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudharsan-selvaraj authored Jan 10, 2024
1 parent 11f083c commit 5ae83e3
Show file tree
Hide file tree
Showing 6 changed files with 12,177 additions and 7,946 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ appium --use-plugin=appium-dashboard
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.

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.

## Custom capabilitis:

| Name | Type | Description | Example |
| ------------------------------ | ------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| dashboard:name | string | Custom name for the session | `{"dashboard:name" : Sample login test }` |
| dashboard:enableLiveVideo | boolean | if `true` live video of the execution will be streamed from the dashboard | defaults to `true` |
| dashboard:enableVideoRecording | boolean | if `true`, video recording of the session can be viewd from the dashboard after the session is killed | defaults to `true` |
Loading

0 comments on commit 5ae83e3

Please sign in to comment.