Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 16, 2024
1 parent 4e5cdd9 commit 08b2b29
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
margin-left: 0 !important;
}
:root {
--md-primary-fg-color: #7d64d8;
--md-primary-fg-color: #9d3555;
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #fdcc07;
}
Expand Down
2 changes: 0 additions & 2 deletions documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ This is an Appium plugin designed to manage and create driver session on connect
During test execution, our solution updates the device pool with newly available devices, ensuring that your tests run on the latest resources.


[:octicons-arrow-right-24: Customization](#)

- :status-settings:{ .device } __Parallel Testing Enhancement__

---
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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. See "Argument options" below

```
appium server -ka 800 --use-plugins=device-farm,appium-dashboard -pa /wd/hub --plugin-device-farm-platform=android
appium server -ka 800 --use-plugins=device-farm -pa /wd/hub --plugin-device-farm-platform=android
```

You can also pass all the arguments in a config file. Refer [here](https://github.com/AppiumTestDistribution/appium-device-farm/blob/main/server-config.json)
Expand Down
11 changes: 7 additions & 4 deletions documentation/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ hide:
1. How do I improve the iOS session startup for real device?
- Resign the WDA provided here: [WDA]()
- Use the following capabilities:
```json

```json
{
'appium:usePreinstalledWDA': true,
'appium:updatedWDABundleId': wdaBundleID,
'appium:updatedWDABundleIdSuffix': '',
"appium:usePreinstalledWDA": true,
"appium:updatedWDABundleId": wdaBundleID,
"appium:updatedWDABundleIdSuffix": "",
}
```

- Make sure the iPhone real device is unblocked and enabled developer mode.
2. How do I improve the iOS session startup for Simulators?
- Provide server argument during the appium server start. `preBuildWDAPath` with the path to the WDA build for Simulators.
Expand Down
3 changes: 1 addition & 2 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docs_dir: docs
site_dir: site
theme:
name: material
logo: assets/images/appium-logo-white.png
logo: assets/images/appium-logo.png
favicon: assets/images/appium-logo.png
custom_dir: docs/overrides
features:
Expand Down Expand Up @@ -51,4 +51,3 @@ nav:
- server-args.md
- capabilities.md
- reference/commands/sample.md
- reference/commands/a.md
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08b2b29

Please sign in to comment.