appium-xcuitest-driver 4.16.5 → 4.16.6
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 +7 -0
- package/npm-shrinkwrap.json +51 -16
- package/package.json +2 -1
- package/scripts/open-wda.js +14 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.16.6](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.5...v4.16.6) (2023-01-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Include scripts into the package ([f747865](https://github.com/appium/appium-xcuitest-driver/commit/f747865ca970c5480fb3602f8f3a35ecb2fa1a25))
|
|
7
|
+
|
|
1
8
|
## [4.16.5](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.4...v4.16.5) (2022-12-28)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.6",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.16.
|
|
9
|
+
"version": "4.16.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
@@ -110,6 +110,15 @@
|
|
|
110
110
|
"npm": ">=8"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
114
|
+
"version": "1.2.1",
|
|
115
|
+
"license": "MIT",
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"follow-redirects": "^1.15.0",
|
|
118
|
+
"form-data": "^4.0.0",
|
|
119
|
+
"proxy-from-env": "^1.1.0"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
113
122
|
"node_modules/@appium/base-plugin": {
|
|
114
123
|
"version": "2.0.1",
|
|
115
124
|
"extraneous": true,
|
|
@@ -216,6 +225,15 @@
|
|
|
216
225
|
"npm": ">=8"
|
|
217
226
|
}
|
|
218
227
|
},
|
|
228
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
229
|
+
"version": "1.2.1",
|
|
230
|
+
"license": "MIT",
|
|
231
|
+
"dependencies": {
|
|
232
|
+
"follow-redirects": "^1.15.0",
|
|
233
|
+
"form-data": "^4.0.0",
|
|
234
|
+
"proxy-from-env": "^1.1.0"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
219
237
|
"node_modules/@appium/types": {
|
|
220
238
|
"version": "0.7.0",
|
|
221
239
|
"license": "Apache-2.0",
|
|
@@ -839,7 +857,7 @@
|
|
|
839
857
|
}
|
|
840
858
|
},
|
|
841
859
|
"node_modules/@types/express-serve-static-core": {
|
|
842
|
-
"version": "4.17.
|
|
860
|
+
"version": "4.17.32",
|
|
843
861
|
"license": "MIT",
|
|
844
862
|
"dependencies": {
|
|
845
863
|
"@types/node": "*",
|
|
@@ -1200,7 +1218,7 @@
|
|
|
1200
1218
|
}
|
|
1201
1219
|
},
|
|
1202
1220
|
"node_modules/appium-webdriveragent": {
|
|
1203
|
-
"version": "4.10.
|
|
1221
|
+
"version": "4.10.18",
|
|
1204
1222
|
"license": "Apache-2.0",
|
|
1205
1223
|
"dependencies": {
|
|
1206
1224
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -1358,7 +1376,7 @@
|
|
|
1358
1376
|
}
|
|
1359
1377
|
},
|
|
1360
1378
|
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
1361
|
-
"version": "4.
|
|
1379
|
+
"version": "4.3.0",
|
|
1362
1380
|
"license": "MIT",
|
|
1363
1381
|
"dependencies": {
|
|
1364
1382
|
"abort-controller": "^3.0.0",
|
|
@@ -1406,7 +1424,7 @@
|
|
|
1406
1424
|
"license": "MIT"
|
|
1407
1425
|
},
|
|
1408
1426
|
"node_modules/axios": {
|
|
1409
|
-
"version": "1.2.
|
|
1427
|
+
"version": "1.2.2",
|
|
1410
1428
|
"license": "MIT",
|
|
1411
1429
|
"dependencies": {
|
|
1412
1430
|
"follow-redirects": "^1.15.0",
|
|
@@ -4187,11 +4205,8 @@
|
|
|
4187
4205
|
"license": "MIT"
|
|
4188
4206
|
},
|
|
4189
4207
|
"node_modules/tinycolor2": {
|
|
4190
|
-
"version": "1.5.
|
|
4191
|
-
"license": "MIT"
|
|
4192
|
-
"engines": {
|
|
4193
|
-
"node": "*"
|
|
4194
|
-
}
|
|
4208
|
+
"version": "1.5.2",
|
|
4209
|
+
"license": "MIT"
|
|
4195
4210
|
},
|
|
4196
4211
|
"node_modules/toidentifier": {
|
|
4197
4212
|
"version": "1.0.1",
|
|
@@ -4595,6 +4610,16 @@
|
|
|
4595
4610
|
"source-map-support": "0.5.21",
|
|
4596
4611
|
"type-fest": "3.4.0",
|
|
4597
4612
|
"validate.js": "0.13.1"
|
|
4613
|
+
},
|
|
4614
|
+
"dependencies": {
|
|
4615
|
+
"axios": {
|
|
4616
|
+
"version": "1.2.1",
|
|
4617
|
+
"requires": {
|
|
4618
|
+
"follow-redirects": "^1.15.0",
|
|
4619
|
+
"form-data": "^4.0.0",
|
|
4620
|
+
"proxy-from-env": "^1.1.0"
|
|
4621
|
+
}
|
|
4622
|
+
}
|
|
4598
4623
|
}
|
|
4599
4624
|
},
|
|
4600
4625
|
"@appium/base-plugin": {
|
|
@@ -4681,6 +4706,16 @@
|
|
|
4681
4706
|
"uuid": "9.0.0",
|
|
4682
4707
|
"which": "3.0.0",
|
|
4683
4708
|
"yauzl": "2.10.0"
|
|
4709
|
+
},
|
|
4710
|
+
"dependencies": {
|
|
4711
|
+
"axios": {
|
|
4712
|
+
"version": "1.2.1",
|
|
4713
|
+
"requires": {
|
|
4714
|
+
"follow-redirects": "^1.15.0",
|
|
4715
|
+
"form-data": "^4.0.0",
|
|
4716
|
+
"proxy-from-env": "^1.1.0"
|
|
4717
|
+
}
|
|
4718
|
+
}
|
|
4684
4719
|
}
|
|
4685
4720
|
},
|
|
4686
4721
|
"@appium/types": {
|
|
@@ -5099,7 +5134,7 @@
|
|
|
5099
5134
|
}
|
|
5100
5135
|
},
|
|
5101
5136
|
"@types/express-serve-static-core": {
|
|
5102
|
-
"version": "4.17.
|
|
5137
|
+
"version": "4.17.32",
|
|
5103
5138
|
"requires": {
|
|
5104
5139
|
"@types/node": "*",
|
|
5105
5140
|
"@types/qs": "*",
|
|
@@ -5360,7 +5395,7 @@
|
|
|
5360
5395
|
}
|
|
5361
5396
|
},
|
|
5362
5397
|
"appium-webdriveragent": {
|
|
5363
|
-
"version": "4.10.
|
|
5398
|
+
"version": "4.10.18",
|
|
5364
5399
|
"requires": {
|
|
5365
5400
|
"@appium/base-driver": "^9.0.0",
|
|
5366
5401
|
"@appium/support": "^3.0.0",
|
|
@@ -5471,7 +5506,7 @@
|
|
|
5471
5506
|
}
|
|
5472
5507
|
},
|
|
5473
5508
|
"readable-stream": {
|
|
5474
|
-
"version": "4.
|
|
5509
|
+
"version": "4.3.0",
|
|
5475
5510
|
"requires": {
|
|
5476
5511
|
"abort-controller": "^3.0.0",
|
|
5477
5512
|
"buffer": "^6.0.3",
|
|
@@ -5508,7 +5543,7 @@
|
|
|
5508
5543
|
"version": "0.4.0"
|
|
5509
5544
|
},
|
|
5510
5545
|
"axios": {
|
|
5511
|
-
"version": "1.2.
|
|
5546
|
+
"version": "1.2.2",
|
|
5512
5547
|
"requires": {
|
|
5513
5548
|
"follow-redirects": "^1.15.0",
|
|
5514
5549
|
"form-data": "^4.0.0",
|
|
@@ -7304,7 +7339,7 @@
|
|
|
7304
7339
|
"version": "1.7.1"
|
|
7305
7340
|
},
|
|
7306
7341
|
"tinycolor2": {
|
|
7307
|
-
"version": "1.5.
|
|
7342
|
+
"version": "1.5.2"
|
|
7308
7343
|
},
|
|
7309
7344
|
"toidentifier": {
|
|
7310
7345
|
"version": "1.0.1"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.16.
|
|
11
|
+
"version": "4.16.6",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"files": [
|
|
61
61
|
"index.js",
|
|
62
62
|
"lib",
|
|
63
|
+
"scripts",
|
|
63
64
|
"build/index.js",
|
|
64
65
|
"build/lib",
|
|
65
66
|
"!.DS_Store",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const path = require('path');
|
|
2
|
+
const { exec } = require('teen_process');
|
|
3
|
+
const log = require('fancy-log');
|
|
4
|
+
const { BOOTSTRAP_PATH } = require('appium-webdriveragent');
|
|
5
|
+
const XCODEPROJ_NAME = 'WebDriverAgent.xcodeproj';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
async function openWda () {
|
|
9
|
+
const dstPath = path.resolve(BOOTSTRAP_PATH, XCODEPROJ_NAME);
|
|
10
|
+
log.info(`Opening '${dstPath}'`);
|
|
11
|
+
await exec('open', [dstPath]);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
(async () => await openWda())();
|