appium 3.0.0 → 3.0.1
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 +6 -12
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
[](https://vshymanskyy.github.io/StandWithUkraine/)
|
|
2
|
-
|
|
3
1
|
<p align="center">
|
|
4
2
|
<a href="https://appium.io/">
|
|
5
3
|
<img alt="Appium" src="https://raw.githubusercontent.com/appium/appium/master/packages/appium/docs/overrides/assets/images/appium-logo-horiz.png" width="500">
|
|
@@ -15,6 +13,7 @@
|
|
|
15
13
|
[](https://npmjs.org/package/appium)
|
|
16
14
|
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fappium%2Fappium?ref=badge_shield)
|
|
17
15
|
[](https://github.com/vshymanskyy/StandWithUkraine/)
|
|
16
|
+
[](https://www.unrwa.org/)
|
|
18
17
|
|
|
19
18
|
</div>
|
|
20
19
|
|
|
@@ -39,18 +38,13 @@ programming languages, which means there is an entire ecosystem of related softw
|
|
|
39
38
|
* [__Clients__](#clients) allow writing Appium tests in your programming language of choice
|
|
40
39
|
* [__Plugins__](#plugins) allow to further extend Appium functionality
|
|
41
40
|
|
|
42
|
-
##
|
|
43
|
-
|
|
44
|
-
As of January 1st, 2022, the Appium team no longer maintains or supports Appium 1. All officially
|
|
45
|
-
supported platform drivers are only compatible with Appium 2.
|
|
41
|
+
## Upgrading From Older Versions
|
|
46
42
|
|
|
47
|
-
|
|
48
|
-
|
|
43
|
+
The Appium team only provides support for the most recent version of Appium. If you wish to upgrade from
|
|
44
|
+
an older major Appium version, please refer to the migration guides:
|
|
49
45
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
both of these tools have been deprecated. Please use [Appium Inspector](https://github.com/appium/appium-inspector)
|
|
53
|
-
in combination with a standalone Appium 2 server.
|
|
46
|
+
* [Appium v2 to v3](https://appium.io/docs/en/latest/guides/migrating-2-to-3/)
|
|
47
|
+
* [Appium v1 to v2](https://appium.io/docs/en/latest/guides/migrating-1-to-2/)
|
|
54
48
|
|
|
55
49
|
## Installation
|
|
56
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Automation for Apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@appium/base-driver": "^10.0.0",
|
|
64
|
-
"@appium/base-plugin": "^3.0.
|
|
65
|
-
"@appium/docutils": "^2.0.
|
|
64
|
+
"@appium/base-plugin": "^3.0.1",
|
|
65
|
+
"@appium/docutils": "^2.0.1",
|
|
66
66
|
"@appium/logger": "^2.0.0",
|
|
67
67
|
"@appium/schema": "^1.0.0",
|
|
68
68
|
"@appium/support": "^7.0.0",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"publishConfig": {
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "171c6e6fa3f26832ecbb16f8d58f78e9a972abb9"
|
|
101
101
|
}
|