appium-xcuitest-driver 7.31.0 → 7.32.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/CHANGELOG.md +12 -0
- package/build/index.js +17 -7
- package/build/lib/app-utils.d.ts.map +1 -1
- package/build/lib/commands/alert.d.ts +1 -1
- package/build/lib/commands/alert.d.ts.map +1 -1
- package/build/lib/commands/app-management.d.ts +3 -3
- package/build/lib/commands/app-management.d.ts.map +1 -1
- package/build/lib/commands/app-strings.d.ts +1 -1
- package/build/lib/commands/app-strings.d.ts.map +1 -1
- package/build/lib/commands/bidi/constants.d.ts +4 -0
- package/build/lib/commands/bidi/constants.d.ts.map +1 -0
- package/build/lib/commands/bidi/constants.js +7 -0
- package/build/lib/commands/bidi/constants.js.map +1 -0
- package/build/lib/commands/bidi/models.d.ts +5 -0
- package/build/lib/commands/bidi/models.d.ts.map +1 -0
- package/build/lib/commands/bidi/models.js +31 -0
- package/build/lib/commands/bidi/models.js.map +1 -0
- package/build/lib/commands/bidi/types.d.ts +25 -0
- package/build/lib/commands/bidi/types.d.ts.map +1 -0
- package/build/lib/commands/bidi/types.js +4 -0
- package/build/lib/commands/bidi/types.js.map +1 -0
- package/build/lib/commands/certificate.d.ts +1 -1
- package/build/lib/commands/certificate.d.ts.map +1 -1
- package/build/lib/commands/clipboard.d.ts +2 -2
- package/build/lib/commands/clipboard.d.ts.map +1 -1
- package/build/lib/commands/context.d.ts +11 -4
- package/build/lib/commands/context.d.ts.map +1 -1
- package/build/lib/commands/context.js +19 -1
- package/build/lib/commands/context.js.map +1 -1
- package/build/lib/commands/execute.d.ts +1 -1
- package/build/lib/commands/execute.d.ts.map +1 -1
- package/build/lib/commands/file-movement.d.ts +1 -1
- package/build/lib/commands/file-movement.d.ts.map +1 -1
- package/build/lib/commands/general.d.ts +1 -1
- package/build/lib/commands/general.d.ts.map +1 -1
- package/build/lib/commands/gesture.d.ts +13 -13
- package/build/lib/commands/gesture.d.ts.map +1 -1
- package/build/lib/commands/keyboard.d.ts +1 -1
- package/build/lib/commands/keyboard.d.ts.map +1 -1
- package/build/lib/commands/localization.d.ts +1 -1
- package/build/lib/commands/localization.d.ts.map +1 -1
- package/build/lib/commands/lock.d.ts +1 -1
- package/build/lib/commands/lock.d.ts.map +1 -1
- package/build/lib/commands/log.d.ts +12 -12
- package/build/lib/commands/log.d.ts.map +1 -1
- package/build/lib/commands/log.js +25 -38
- package/build/lib/commands/log.js.map +1 -1
- package/build/lib/commands/navigation.d.ts +1 -1
- package/build/lib/commands/navigation.d.ts.map +1 -1
- package/build/lib/commands/performance.d.ts +2 -2
- package/build/lib/commands/performance.d.ts.map +1 -1
- package/build/lib/commands/proxy-helper.d.ts +1 -1
- package/build/lib/commands/proxy-helper.d.ts.map +1 -1
- package/build/lib/commands/recordscreen.d.ts +1 -1
- package/build/lib/commands/recordscreen.d.ts.map +1 -1
- package/build/lib/commands/simctl.d.ts +1 -1
- package/build/lib/commands/simctl.d.ts.map +1 -1
- package/build/lib/commands/source.d.ts +1 -1
- package/build/lib/commands/source.d.ts.map +1 -1
- package/build/lib/commands/web.d.ts +1 -1
- package/build/lib/commands/web.d.ts.map +1 -1
- package/build/lib/commands/xctest-record-screen.d.ts +2 -2
- package/build/lib/commands/xctest-record-screen.d.ts.map +1 -1
- package/build/lib/commands/xctest.d.ts +1 -1
- package/build/lib/commands/xctest.d.ts.map +1 -1
- package/build/lib/desired-caps.d.ts.map +1 -1
- package/build/lib/doctor/checks.js +17 -7
- package/build/lib/doctor/checks.js.map +1 -1
- package/build/lib/doctor/required-checks.d.ts +1 -1
- package/build/lib/doctor/required-checks.d.ts.map +1 -1
- package/build/lib/driver.d.ts +47 -49
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +5 -1
- package/build/lib/driver.js.map +1 -1
- package/build/lib/ios-fs-helpers.d.ts +1 -1
- package/build/lib/ios-fs-helpers.d.ts.map +1 -1
- package/build/lib/real-device-clients/devicectl.d.ts +3 -3
- package/build/lib/real-device-clients/devicectl.d.ts.map +1 -1
- package/build/lib/real-device-management.d.ts +1 -1
- package/build/lib/real-device-management.d.ts.map +1 -1
- package/build/lib/real-device.d.ts +1 -1
- package/build/lib/real-device.d.ts.map +1 -1
- package/build/lib/simulator-management.d.ts +1 -1
- package/build/lib/simulator-management.d.ts.map +1 -1
- package/build/lib/utils.d.ts +1 -2
- package/build/lib/utils.d.ts.map +1 -1
- package/build/lib/utils.js +1 -2
- package/build/lib/utils.js.map +1 -1
- package/build/lib/xcrun.d.ts.map +1 -1
- package/lib/commands/bidi/constants.ts +3 -0
- package/lib/commands/bidi/models.ts +30 -0
- package/lib/commands/bidi/types.ts +29 -0
- package/lib/commands/context.js +19 -1
- package/lib/commands/log.js +30 -46
- package/lib/driver.js +4 -1
- package/lib/utils.js +0 -1
- package/npm-shrinkwrap.json +190 -145
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.
|
|
11
|
+
"version": "7.32.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"chai": "^5.1.1",
|
|
151
151
|
"chai-as-promised": "^8.0.0",
|
|
152
152
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
153
|
-
"mocha": "^
|
|
153
|
+
"mocha": "^11.0.1",
|
|
154
154
|
"mocha-junit-reporter": "^2.2.1",
|
|
155
155
|
"mocha-multi-reporters": "^1.5.1",
|
|
156
156
|
"pem": "^1.14.8",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"ts-node": "^10.9.1",
|
|
163
163
|
"type-fest": "^4.1.0",
|
|
164
164
|
"typescript": "^5.4.2",
|
|
165
|
-
"webdriverio": "^9.
|
|
165
|
+
"webdriverio": "^9.4.1"
|
|
166
166
|
},
|
|
167
167
|
"overrides": {
|
|
168
168
|
"http-cache-semantics": "4.1.1"
|