Skip to content

Commit ffb7007

Browse files
authored
doc(e2e-testing-overview): add global appium ver
doc(e2e-testing-overview): add global appium ver The current version of `appium` on npm is 1.19.0, which is incompatible with `nativescript-dev-appium@6.1.3` and lower (more specifically if fails to verify the signature of `appium-uiautomator2-server-v4.15.0.apk`). Appending the version to the global install prevents this incompatibility error.
1 parent 85533d9 commit ffb7007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tooling/testing/end-to-end-testing/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For the plugin to work correctly you need to have:
3737

3838
* Install Appium globally:
3939
```shell
40-
$ npm install -g appium
40+
$ npm install -g appium@1.18.1
4141
```
4242

4343
* iOS Dependencies

0 commit comments

Comments
 (0)