appium-xcuitest-driver 4.3.0 → 4.3.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 +4 -4
- package/npm-shrinkwrap.json +2324 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,10 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://npmjs.org/package/appium-xcuitest-driver)
|
|
4
4
|
[](https://npmjs.org/package/appium-xcuitest-driver)
|
|
5
|
-
[](https://david-dm.org/appium/appium-xcuitest-driver)
|
|
6
|
-
[](https://david-dm.org/appium/appium-xcuitest-driver#info=devDependencies)
|
|
7
5
|
|
|
8
|
-
[](https://github.com/appium/appium-xcuitest-driver/actions/workflows/publish.js.yml)
|
|
9
7
|
|
|
10
8
|
Appium XCUITest Driver is a combined solution, which allows to perform automated black-box testing of iOS and tvOS native applications and WebKit web views.
|
|
11
9
|
The native testing is based on Apple's [XCTest](https://developer.apple.com/documentation/xctest) framework and the fork of Facebook's [WebDriverAgent](https://github.com/appium/WebDriverAgent) server (the [original](https://github.com/facebookarchive/WebDriverAgent) project is not supported anymore).
|
|
@@ -507,7 +505,7 @@ Either `true` if the app was successfully terminated, otherwise `false`
|
|
|
507
505
|
|
|
508
506
|
### mobile: killApp
|
|
509
507
|
|
|
510
|
-
Kill the given app on the real device under test by instruments service via [py-ios-device](https://github.com/YueChen-C/py-ios-device) if it is installed on the server machine.
|
|
508
|
+
Kill the given app on the real device under test by instruments service via [py-ios-device](https://github.com/YueChen-C/py-ios-device) if it is installed on the server machine since XCUITest driver 4.3.0.
|
|
511
509
|
If the app is not running or failed to kill, then nothing is done.
|
|
512
510
|
Note that this method takes a few more time than `mobile:terminateApp` for now since it calls the instruments service via external command, `py-ios-device`.
|
|
513
511
|
|
|
@@ -1355,3 +1353,5 @@ the tests locally. These include:
|
|
|
1355
1353
|
the root directory of the repo with the extension "xcconfig")
|
|
1356
1354
|
* `UICATALOG_REAL_DEVICE` - path to the real device build of UICatalog, in case
|
|
1357
1355
|
the npm installed one is not built for real device
|
|
1356
|
+
|
|
1357
|
+
|