Skip to content

Commit

Permalink
bumped version for release and updated readMe
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Nov 7, 2021
1 parent 02adde8 commit 25d95bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ This is an Appium plugin designed to manage and create driver session on connect

## Device UI

- Navigate to localhost:3333 once the first session is created to know the device availability.
- Navigate to localhost:4723/device-farm once the first session is created to know the device availability.

<img src="./images/dashboard.png">

## Prerequisite

Appium version 2.0
Appium version 2.0 - Tested with 2.0.0-beta.18

## Installation - Server

Expand All @@ -38,7 +38,13 @@ No special action is needed to make things work on the client side.
The plugin will not be active unless turned on when invoking the Appium server:

```
appium --plugins=device-farm
appium server -ka 800 --plugins=device-farm -pa /wd/hub --plugin-args='{"device-farm": {"Platform": "android"}}'
Arguments options:
* Android - If you want to use only Android devices for parallel execution.
* iOS - If you want to use only iOS devices and simulator for parallel execution.
* both - If you want to use both android and iOS devices for parallel execution.
```

## Capabilities
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-device-farm",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "An appium 2.0 plugin that manages and create driver session on available devices",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 25d95bb

Please sign in to comment.