appium 2.0.0-beta.64 → 2.0.0-beta.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -12
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -13,16 +13,16 @@ Appium is an open-source, cross-platform test automation tool for native,
|
|
|
13
13
|
hybrid, mobile web and desktop apps. Initially created to automate iOS and Android mobile
|
|
14
14
|
applications Appium has grown to a full-featured platform that provides [WebDriver](https://www.w3.org/TR/webdriver/)-based automation possibilities for the whole set of different mobile and desktop platforms.
|
|
15
15
|
See the full list of
|
|
16
|
-
[officially-supported](https://appium.
|
|
17
|
-
[third-party](https://appium.
|
|
16
|
+
[officially-supported](https://appium.io/docs/en/latest/ecosystem/#drivers) and
|
|
17
|
+
[third-party](https://appium.io/docs/en/latest/ecosystem/#other-drivers) drivers for more details.
|
|
18
18
|
|
|
19
19
|
:bangbang: Major documentation revision in progress
|
|
20
20
|
|
|
21
|
-
:bangbang: Appium core team does not maintain Appium 1.x anymore since the 1st of January 2022. All recent versions of officially supported platform drivers are not compatible to Appium 1.x anymore, and require Appium 2 to run. [Please read the migration guide from 1.x to 2.0](https://appium.
|
|
21
|
+
:bangbang: Appium core team does not maintain Appium 1.x anymore since the 1st of January 2022. All recent versions of officially supported platform drivers are not compatible to Appium 1.x anymore, and require Appium 2 to run. [Please read the migration guide from 1.x to 2.0](https://appium.io/docs/en/latest/guides/migrating-1-to-2/) to manage the Appium server.
|
|
22
22
|
|
|
23
23
|
Appium is in the final stages of a major revision (to version 2.0). As such, the documentation
|
|
24
24
|
found around the web may not be correct. The current Appium 2.0 documentation is very much in
|
|
25
|
-
progress. Currently, it can be found [here](https://appium.
|
|
25
|
+
progress. Currently, it can be found [here](https://appium.io/docs/en/latest/).
|
|
26
26
|
|
|
27
27
|
### Requirements
|
|
28
28
|
|
|
@@ -71,8 +71,8 @@ appium driver uninstall xcuitest
|
|
|
71
71
|
```
|
|
72
72
|
|
|
73
73
|
You can find a full list of
|
|
74
|
-
[officially-supported](https://appium.
|
|
75
|
-
[third-party](https://appium.
|
|
74
|
+
[officially-supported](https://appium.io/docs/en/latest/ecosystem/#drivers) and
|
|
75
|
+
[third-party](https://appium.io/docs/en/latest/ecosystem/#other-drivers) drivers at
|
|
76
76
|
the current Appium 2.0 documentation.
|
|
77
77
|
|
|
78
78
|
### Plugins
|
|
@@ -104,8 +104,8 @@ appium server --use-plugins=device-farm,images
|
|
|
104
104
|
```
|
|
105
105
|
|
|
106
106
|
You can find a full list of
|
|
107
|
-
[officially-supported](https://appium.
|
|
108
|
-
[third-party](https://appium.
|
|
107
|
+
[officially-supported](https://appium.io/docs/en/latest/ecosystem/#plugins) and
|
|
108
|
+
[third-party](https://appium.io/docs/en/latest/ecosystem/#other-plugins) plugins at
|
|
109
109
|
the current Appium 2.0 documentation.
|
|
110
110
|
|
|
111
111
|
|
|
@@ -169,11 +169,11 @@ Java/Kotlin. Appium opens up the possibility of true cross-platform native app
|
|
|
169
169
|
automation, for mobile and beyond. Finally!
|
|
170
170
|
|
|
171
171
|
If you're new to Appium or want a more comprehensive description of what this is all
|
|
172
|
-
about, please read our [Intro to Appium](https://appium.
|
|
172
|
+
about, please read our [Intro to Appium](https://appium.io/docs/en/latest/intro/).
|
|
173
173
|
|
|
174
174
|
### Quickstart
|
|
175
175
|
|
|
176
|
-
Check out our [Quickstart](https://appium.
|
|
176
|
+
Check out our [Quickstart](https://appium.io/docs/en/latest/quickstart/) guide
|
|
177
177
|
to get going with Appium.
|
|
178
178
|
|
|
179
179
|
There is also a sample code that contains [many examples of tests in a variety
|
|
@@ -181,7 +181,7 @@ of different languages](https://github.com/appium/appium/tree/1.x/sample-code)!
|
|
|
181
181
|
|
|
182
182
|
### Documentation
|
|
183
183
|
|
|
184
|
-
For prettily-rendered docs, please visit [Appium Documentation](https://appium.
|
|
184
|
+
For prettily-rendered docs, please visit [Appium Documentation](https://appium.io).
|
|
185
185
|
You can always find the full list of Appium doc pages at [Appium's GitHub
|
|
186
186
|
Repo](https://github.com/appium/appium/tree/master/packages/appium/docs) as well.
|
|
187
187
|
|
|
@@ -196,7 +196,7 @@ Interested in where Appium is heading in the future? Check out the [Roadmap](ROA
|
|
|
196
196
|
|
|
197
197
|
### Project History, Credits & Inspiration
|
|
198
198
|
|
|
199
|
-
* [History](https://appium.
|
|
199
|
+
* [History](https://appium.io/docs/en/latest/intro/history/)
|
|
200
200
|
|
|
201
201
|
### User Forums
|
|
202
202
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.65",
|
|
4
4
|
"description": "Automation for Apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@appium/base-driver": "^9.3.7",
|
|
64
64
|
"@appium/base-plugin": "^2.2.7",
|
|
65
|
-
"@appium/docutils": "^0.3.
|
|
65
|
+
"@appium/docutils": "^0.3.8",
|
|
66
66
|
"@appium/schema": "^0.2.6",
|
|
67
67
|
"@appium/support": "^3.1.11",
|
|
68
68
|
"@appium/types": "^0.11.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"access": "public",
|
|
106
106
|
"tag": "next"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "b9ef676b73a0542a7895e74db0a709c1650eba26",
|
|
109
109
|
"typedoc": {
|
|
110
110
|
"entryPoint": "./lib/main.js"
|
|
111
111
|
}
|