@testspectra/cli 1.1.8-rc.30 → 1.1.8-rc.33
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/dist/.tsbuildinfo +1 -0
- package/dist/commands/run.d.ts +2 -0
- package/dist/commands/run.js +22 -0
- package/dist/commands/update.d.ts +3 -0
- package/dist/commands/update.js +109 -0
- package/dist/config/schema.d.ts +53 -0
- package/dist/config/schema.js +2 -0
- package/dist/index.js +2 -0
- package/dist/lifecycle/__tests__/lifecycle-engine.test.js +290 -0
- package/dist/lifecycle/hook-discovery.d.ts +24 -0
- package/dist/lifecycle/hook-discovery.js +60 -0
- package/dist/lifecycle/hook-dispatcher.d.ts +34 -0
- package/dist/lifecycle/hook-dispatcher.js +190 -0
- package/dist/lifecycle/index.d.ts +3 -0
- package/dist/lifecycle/index.js +3 -0
- package/dist/lifecycle/parallel-grouping.d.ts +27 -0
- package/dist/lifecycle/parallel-grouping.js +151 -0
- package/dist/utils/__tests__/dev-server-manager.test.d.ts +1 -0
- package/dist/utils/__tests__/dev-server-manager.test.js +72 -0
- package/dist/utils/dev-server-manager.d.ts +40 -0
- package/dist/utils/dev-server-manager.js +257 -0
- package/package.json +9 -7
- package/templates/default/package.json +2 -2
- package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db +0 -0
- package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db-shm +0 -0
- package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db-wal +0 -0
- package/templates/nx/.nx/workspace-data/d/daemon.log +6405 -1012
- package/templates/nx/.nx/workspace-data/d/server-process.json +3 -0
- package/templates/nx/.nx/workspace-data/file-map.json +170 -170
- package/templates/nx/.nx/workspace-data/nx_files.nxt +0 -0
- package/templates/nx/.nx/workspace-data/parsed-lock-file.json +31 -31
- package/templates/nx/.nx/workspace-data/project-graph.json +33 -33
- package/templates/nx/package.json +2 -2
- package/templates/nx/spectra.config.ts +13 -0
- package/templates/react-component/package.json +3 -3
- package/bin/.testspectra-runner.hash +0 -1
- package/dist/commands/__tests__/doctor-scope.test.js +0 -24
- /package/dist/{commands/__tests__/doctor-scope.test.d.ts → lifecycle/__tests__/lifecycle-engine.test.d.ts} +0 -0
|
@@ -6,199 +6,47 @@
|
|
|
6
6
|
"fileMap": {
|
|
7
7
|
"nonProjectFiles": [
|
|
8
8
|
{
|
|
9
|
-
"file": "
|
|
10
|
-
"hash": "
|
|
9
|
+
"file": ".gitignore",
|
|
10
|
+
"hash": "1731686672878252345"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"file": "pnpm-workspace.yaml",
|
|
14
14
|
"hash": "11062973401223444734"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
|
-
"file": ".
|
|
18
|
-
"hash": "
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"file": "package.json",
|
|
22
|
-
"hash": "3499066280807669204"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"file": ".gitignore",
|
|
26
|
-
"hash": "1731686672878252345"
|
|
17
|
+
"file": ".cursorrules",
|
|
18
|
+
"hash": "5914400097935294858"
|
|
27
19
|
},
|
|
28
20
|
{
|
|
29
|
-
"file": "
|
|
30
|
-
"hash": "
|
|
21
|
+
"file": ".vscode/extensions.json",
|
|
22
|
+
"hash": "6496079274348496909"
|
|
31
23
|
},
|
|
32
24
|
{
|
|
33
|
-
"file": "
|
|
34
|
-
"hash": "
|
|
25
|
+
"file": "nx.json",
|
|
26
|
+
"hash": "2058784385052146326"
|
|
35
27
|
},
|
|
36
28
|
{
|
|
37
29
|
"file": "tsconfig.json",
|
|
38
30
|
"hash": "8890589832440448254"
|
|
39
31
|
},
|
|
40
32
|
{
|
|
41
|
-
"file": ".
|
|
42
|
-
"hash": "
|
|
33
|
+
"file": "package.json",
|
|
34
|
+
"hash": "14621839177050246762"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"file": "pnpm-lock.yaml",
|
|
38
|
+
"hash": "5459540818199025768"
|
|
43
39
|
},
|
|
44
40
|
{
|
|
45
41
|
"file": "CLAUDE.md",
|
|
46
42
|
"hash": "9577234870771110688"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"file": "spectra.config.ts",
|
|
46
|
+
"hash": "9751236501107423384"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"projectFileMap": {
|
|
50
|
-
"shared-testing": [
|
|
51
|
-
{
|
|
52
|
-
"file": "shared/testing/fixtures/apiData.json",
|
|
53
|
-
"hash": "5455579627617620587"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"file": "shared/testing/fixtures/playgroundData.json",
|
|
57
|
-
"hash": "6646110001933817841"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"file": "shared/testing/global-hooks/after/mobile.hook.ts",
|
|
61
|
-
"hash": "17704300444638893067"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"file": "shared/testing/global-hooks/after/web.hook.ts",
|
|
65
|
-
"hash": "4319467857538977176"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"file": "shared/testing/global-hooks/before/mobile.hook.ts",
|
|
69
|
-
"hash": "1418831585755647488"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"file": "shared/testing/global-hooks/before/web.hook.ts",
|
|
73
|
-
"hash": "5655415662119179755"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"file": "shared/testing/page-objects/MatchersPage/mobile.ts",
|
|
77
|
-
"hash": "13486007993280160103"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"file": "shared/testing/page-objects/MatchersPage/web.ts",
|
|
81
|
-
"hash": "6708715830774655929"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"file": "shared/testing/page-objects/NavigationPage/mobile.ts",
|
|
85
|
-
"hash": "9843815020701207652"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"file": "shared/testing/page-objects/NavigationPage/web.ts",
|
|
89
|
-
"hash": "2341250336288762399"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"file": "shared/testing/page-objects/PlaygroundPage/mobile.ts",
|
|
93
|
-
"hash": "8192927760362991284"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"file": "shared/testing/page-objects/PlaygroundPage/web.ts",
|
|
97
|
-
"hash": "13289179655405426712"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"file": "shared/testing/project.json",
|
|
101
|
-
"hash": "7371378800661206349"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"file": "shared/testing/support/actions/fillCredentials/mobile.action.ts",
|
|
105
|
-
"hash": "12211081252127526235"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"file": "shared/testing/support/actions/fillCredentials/web.action.ts",
|
|
109
|
-
"hash": "9993357721307207213"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"file": "shared/testing/support/steps/togglePlaygroundStates/mobile.step.ts",
|
|
113
|
-
"hash": "2440504136325471241"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"file": "shared/testing/support/steps/togglePlaygroundStates/step.md",
|
|
117
|
-
"hash": "7033246481886462733"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"file": "shared/testing/support/steps/togglePlaygroundStates/web.step.ts",
|
|
121
|
-
"hash": "3684774997705487691"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"file": "shared/testing/support/steps/verifyPlaygroundState/mobile.step.ts",
|
|
125
|
-
"hash": "7780197038828149329"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"file": "shared/testing/support/steps/verifyPlaygroundState/step.md",
|
|
129
|
-
"hash": "4808698815589956784"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"file": "shared/testing/support/steps/verifyPlaygroundState/web.step.ts",
|
|
133
|
-
"hash": "7710645189151727546"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"playground-e2e": [
|
|
137
|
-
{
|
|
138
|
-
"file": "packages/playground/e2e/project.json",
|
|
139
|
-
"hash": "7483436778468358608"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/mobile.test.ts",
|
|
143
|
-
"hash": "4890867782031227471"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/spec.md",
|
|
147
|
-
"hash": "1594899313611085372"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/web.test.ts",
|
|
151
|
-
"hash": "1983735092902158167"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/mobile.test.ts",
|
|
155
|
-
"hash": "11975331038121344625"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/spec.md",
|
|
159
|
-
"hash": "12190577339537127331"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/web.test.ts",
|
|
163
|
-
"hash": "12887248939991345892"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/after/mobile.hook.ts",
|
|
167
|
-
"hash": "14051783072589214011"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/after/web.hook.ts",
|
|
171
|
-
"hash": "14051783072589214011"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/afterEach/mobile.hook.ts",
|
|
175
|
-
"hash": "14051783072589214011"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/afterEach/web.hook.ts",
|
|
179
|
-
"hash": "14051783072589214011"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/before/mobile.hook.ts",
|
|
183
|
-
"hash": "14051783072589214011"
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/before/web.hook.ts",
|
|
187
|
-
"hash": "14051783072589214011"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/mobile.hook.ts",
|
|
191
|
-
"hash": "14051783072589214011"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/web.hook.ts",
|
|
195
|
-
"hash": "14051783072589214011"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"file": "packages/playground/e2e/specs/Playground/suite.md",
|
|
199
|
-
"hash": "17750886301217575279"
|
|
200
|
-
}
|
|
201
|
-
],
|
|
202
50
|
"matchers-e2e": [
|
|
203
51
|
{
|
|
204
52
|
"file": "packages/matchers/e2e/project.json",
|
|
@@ -444,6 +292,158 @@
|
|
|
444
292
|
"file": "packages/matchers/e2e/specs/EnvironmentConfig/suite.md",
|
|
445
293
|
"hash": "2736763753819703752"
|
|
446
294
|
}
|
|
295
|
+
],
|
|
296
|
+
"playground-e2e": [
|
|
297
|
+
{
|
|
298
|
+
"file": "packages/playground/e2e/project.json",
|
|
299
|
+
"hash": "7483436778468358608"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/mobile.test.ts",
|
|
303
|
+
"hash": "4890867782031227471"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/spec.md",
|
|
307
|
+
"hash": "1594899313611085372"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/web.test.ts",
|
|
311
|
+
"hash": "1983735092902158167"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/mobile.test.ts",
|
|
315
|
+
"hash": "11975331038121344625"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/spec.md",
|
|
319
|
+
"hash": "12190577339537127331"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/web.test.ts",
|
|
323
|
+
"hash": "12887248939991345892"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/after/mobile.hook.ts",
|
|
327
|
+
"hash": "14051783072589214011"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/after/web.hook.ts",
|
|
331
|
+
"hash": "14051783072589214011"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/afterEach/mobile.hook.ts",
|
|
335
|
+
"hash": "14051783072589214011"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/afterEach/web.hook.ts",
|
|
339
|
+
"hash": "14051783072589214011"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/before/mobile.hook.ts",
|
|
343
|
+
"hash": "14051783072589214011"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/before/web.hook.ts",
|
|
347
|
+
"hash": "14051783072589214011"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/mobile.hook.ts",
|
|
351
|
+
"hash": "14051783072589214011"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/web.hook.ts",
|
|
355
|
+
"hash": "14051783072589214011"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"file": "packages/playground/e2e/specs/Playground/suite.md",
|
|
359
|
+
"hash": "17750886301217575279"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"shared-testing": [
|
|
363
|
+
{
|
|
364
|
+
"file": "shared/testing/fixtures/apiData.json",
|
|
365
|
+
"hash": "5455579627617620587"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"file": "shared/testing/fixtures/playgroundData.json",
|
|
369
|
+
"hash": "6646110001933817841"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"file": "shared/testing/global-hooks/after/mobile.hook.ts",
|
|
373
|
+
"hash": "17704300444638893067"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"file": "shared/testing/global-hooks/after/web.hook.ts",
|
|
377
|
+
"hash": "4319467857538977176"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"file": "shared/testing/global-hooks/before/mobile.hook.ts",
|
|
381
|
+
"hash": "1418831585755647488"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"file": "shared/testing/global-hooks/before/web.hook.ts",
|
|
385
|
+
"hash": "5655415662119179755"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"file": "shared/testing/page-objects/MatchersPage/mobile.ts",
|
|
389
|
+
"hash": "13486007993280160103"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"file": "shared/testing/page-objects/MatchersPage/web.ts",
|
|
393
|
+
"hash": "6708715830774655929"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"file": "shared/testing/page-objects/NavigationPage/mobile.ts",
|
|
397
|
+
"hash": "9843815020701207652"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"file": "shared/testing/page-objects/NavigationPage/web.ts",
|
|
401
|
+
"hash": "2341250336288762399"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"file": "shared/testing/page-objects/PlaygroundPage/mobile.ts",
|
|
405
|
+
"hash": "8192927760362991284"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"file": "shared/testing/page-objects/PlaygroundPage/web.ts",
|
|
409
|
+
"hash": "13289179655405426712"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"file": "shared/testing/project.json",
|
|
413
|
+
"hash": "7371378800661206349"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"file": "shared/testing/support/actions/fillCredentials/mobile.action.ts",
|
|
417
|
+
"hash": "12211081252127526235"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"file": "shared/testing/support/actions/fillCredentials/web.action.ts",
|
|
421
|
+
"hash": "9993357721307207213"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"file": "shared/testing/support/steps/togglePlaygroundStates/mobile.step.ts",
|
|
425
|
+
"hash": "2440504136325471241"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"file": "shared/testing/support/steps/togglePlaygroundStates/step.md",
|
|
429
|
+
"hash": "7033246481886462733"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"file": "shared/testing/support/steps/togglePlaygroundStates/web.step.ts",
|
|
433
|
+
"hash": "3684774997705487691"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"file": "shared/testing/support/steps/verifyPlaygroundState/mobile.step.ts",
|
|
437
|
+
"hash": "7780197038828149329"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"file": "shared/testing/support/steps/verifyPlaygroundState/step.md",
|
|
441
|
+
"hash": "4808698815589956784"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"file": "shared/testing/support/steps/verifyPlaygroundState/web.step.ts",
|
|
445
|
+
"hash": "7710645189151727546"
|
|
446
|
+
}
|
|
447
447
|
]
|
|
448
448
|
}
|
|
449
449
|
}
|
|
Binary file
|
|
@@ -6669,9 +6669,9 @@
|
|
|
6669
6669
|
"hash": "sha512-SyrSVpygEdPzvgpapVZRQCy8XIOecadp56bPQewpfSfo9ypB6wdOUkx13NBu2ANDlUAtJX7KaLJpTtywVHNlVw=="
|
|
6670
6670
|
}
|
|
6671
6671
|
},
|
|
6672
|
-
"npm:webdriverio": {
|
|
6672
|
+
"npm:webdriverio@9.31.6": {
|
|
6673
6673
|
"type": "npm",
|
|
6674
|
-
"name": "npm:webdriverio",
|
|
6674
|
+
"name": "npm:webdriverio@9.31.6",
|
|
6675
6675
|
"data": {
|
|
6676
6676
|
"version": "9.31.6",
|
|
6677
6677
|
"packageName": "webdriverio",
|
|
@@ -8038,7 +8038,7 @@
|
|
|
8038
8038
|
},
|
|
8039
8039
|
{
|
|
8040
8040
|
"source": "npm:@wdio/cli",
|
|
8041
|
-
"target": "npm:webdriverio",
|
|
8041
|
+
"target": "npm:webdriverio@9.31.6",
|
|
8042
8042
|
"type": "static"
|
|
8043
8043
|
},
|
|
8044
8044
|
{
|
|
@@ -8203,7 +8203,7 @@
|
|
|
8203
8203
|
},
|
|
8204
8204
|
{
|
|
8205
8205
|
"source": "npm:@wdio/globals",
|
|
8206
|
-
"target": "npm:webdriverio",
|
|
8206
|
+
"target": "npm:webdriverio@9.31.6",
|
|
8207
8207
|
"type": "static"
|
|
8208
8208
|
},
|
|
8209
8209
|
{
|
|
@@ -8418,7 +8418,7 @@
|
|
|
8418
8418
|
},
|
|
8419
8419
|
{
|
|
8420
8420
|
"source": "npm:@wdio/runner",
|
|
8421
|
-
"target": "npm:webdriverio",
|
|
8421
|
+
"target": "npm:webdriverio@9.31.6",
|
|
8422
8422
|
"type": "static"
|
|
8423
8423
|
},
|
|
8424
8424
|
{
|
|
@@ -9978,7 +9978,7 @@
|
|
|
9978
9978
|
},
|
|
9979
9979
|
{
|
|
9980
9980
|
"source": "npm:expect-webdriverio",
|
|
9981
|
-
"target": "npm:webdriverio",
|
|
9981
|
+
"target": "npm:webdriverio@9.31.6",
|
|
9982
9982
|
"type": "static"
|
|
9983
9983
|
},
|
|
9984
9984
|
{
|
|
@@ -13092,127 +13092,127 @@
|
|
|
13092
13092
|
"type": "static"
|
|
13093
13093
|
},
|
|
13094
13094
|
{
|
|
13095
|
-
"source": "npm:webdriverio",
|
|
13095
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13096
13096
|
"target": "npm:@types/node",
|
|
13097
13097
|
"type": "static"
|
|
13098
13098
|
},
|
|
13099
13099
|
{
|
|
13100
|
-
"source": "npm:webdriverio",
|
|
13100
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13101
13101
|
"target": "npm:@types/sinonjs__fake-timers",
|
|
13102
13102
|
"type": "static"
|
|
13103
13103
|
},
|
|
13104
13104
|
{
|
|
13105
|
-
"source": "npm:webdriverio",
|
|
13105
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13106
13106
|
"target": "npm:@wdio/config@9.31.6",
|
|
13107
13107
|
"type": "static"
|
|
13108
13108
|
},
|
|
13109
13109
|
{
|
|
13110
|
-
"source": "npm:webdriverio",
|
|
13110
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13111
13111
|
"target": "npm:@wdio/logger@9.29.1",
|
|
13112
13112
|
"type": "static"
|
|
13113
13113
|
},
|
|
13114
13114
|
{
|
|
13115
|
-
"source": "npm:webdriverio",
|
|
13115
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13116
13116
|
"target": "npm:@wdio/protocols@9.31.5",
|
|
13117
13117
|
"type": "static"
|
|
13118
13118
|
},
|
|
13119
13119
|
{
|
|
13120
|
-
"source": "npm:webdriverio",
|
|
13120
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13121
13121
|
"target": "npm:@wdio/repl@9.16.2",
|
|
13122
13122
|
"type": "static"
|
|
13123
13123
|
},
|
|
13124
13124
|
{
|
|
13125
|
-
"source": "npm:webdriverio",
|
|
13125
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13126
13126
|
"target": "npm:@wdio/types@9.31.2",
|
|
13127
13127
|
"type": "static"
|
|
13128
13128
|
},
|
|
13129
13129
|
{
|
|
13130
|
-
"source": "npm:webdriverio",
|
|
13130
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13131
13131
|
"target": "npm:@wdio/utils@9.31.6",
|
|
13132
13132
|
"type": "static"
|
|
13133
13133
|
},
|
|
13134
13134
|
{
|
|
13135
|
-
"source": "npm:webdriverio",
|
|
13135
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13136
13136
|
"target": "npm:archiver",
|
|
13137
13137
|
"type": "static"
|
|
13138
13138
|
},
|
|
13139
13139
|
{
|
|
13140
|
-
"source": "npm:webdriverio",
|
|
13140
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13141
13141
|
"target": "npm:aria-query",
|
|
13142
13142
|
"type": "static"
|
|
13143
13143
|
},
|
|
13144
13144
|
{
|
|
13145
|
-
"source": "npm:webdriverio",
|
|
13145
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13146
13146
|
"target": "npm:cheerio",
|
|
13147
13147
|
"type": "static"
|
|
13148
13148
|
},
|
|
13149
13149
|
{
|
|
13150
|
-
"source": "npm:webdriverio",
|
|
13150
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13151
13151
|
"target": "npm:css-shorthand-properties",
|
|
13152
13152
|
"type": "static"
|
|
13153
13153
|
},
|
|
13154
13154
|
{
|
|
13155
|
-
"source": "npm:webdriverio",
|
|
13155
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13156
13156
|
"target": "npm:css-value",
|
|
13157
13157
|
"type": "static"
|
|
13158
13158
|
},
|
|
13159
13159
|
{
|
|
13160
|
-
"source": "npm:webdriverio",
|
|
13160
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13161
13161
|
"target": "npm:grapheme-splitter",
|
|
13162
13162
|
"type": "static"
|
|
13163
13163
|
},
|
|
13164
13164
|
{
|
|
13165
|
-
"source": "npm:webdriverio",
|
|
13165
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13166
13166
|
"target": "npm:htmlfy",
|
|
13167
13167
|
"type": "static"
|
|
13168
13168
|
},
|
|
13169
13169
|
{
|
|
13170
|
-
"source": "npm:webdriverio",
|
|
13170
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13171
13171
|
"target": "npm:is-plain-obj@4.1.0",
|
|
13172
13172
|
"type": "static"
|
|
13173
13173
|
},
|
|
13174
13174
|
{
|
|
13175
|
-
"source": "npm:webdriverio",
|
|
13175
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13176
13176
|
"target": "npm:jszip",
|
|
13177
13177
|
"type": "static"
|
|
13178
13178
|
},
|
|
13179
13179
|
{
|
|
13180
|
-
"source": "npm:webdriverio",
|
|
13180
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13181
13181
|
"target": "npm:lodash.clonedeep",
|
|
13182
13182
|
"type": "static"
|
|
13183
13183
|
},
|
|
13184
13184
|
{
|
|
13185
|
-
"source": "npm:webdriverio",
|
|
13185
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13186
13186
|
"target": "npm:lodash.zip",
|
|
13187
13187
|
"type": "static"
|
|
13188
13188
|
},
|
|
13189
13189
|
{
|
|
13190
|
-
"source": "npm:webdriverio",
|
|
13190
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13191
13191
|
"target": "npm:query-selector-shadow-dom",
|
|
13192
13192
|
"type": "static"
|
|
13193
13193
|
},
|
|
13194
13194
|
{
|
|
13195
|
-
"source": "npm:webdriverio",
|
|
13195
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13196
13196
|
"target": "npm:resq",
|
|
13197
13197
|
"type": "static"
|
|
13198
13198
|
},
|
|
13199
13199
|
{
|
|
13200
|
-
"source": "npm:webdriverio",
|
|
13200
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13201
13201
|
"target": "npm:rgb2hex",
|
|
13202
13202
|
"type": "static"
|
|
13203
13203
|
},
|
|
13204
13204
|
{
|
|
13205
|
-
"source": "npm:webdriverio",
|
|
13205
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13206
13206
|
"target": "npm:serialize-error@12.0.0",
|
|
13207
13207
|
"type": "static"
|
|
13208
13208
|
},
|
|
13209
13209
|
{
|
|
13210
|
-
"source": "npm:webdriverio",
|
|
13210
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13211
13211
|
"target": "npm:urlpattern-polyfill@10.1.0",
|
|
13212
13212
|
"type": "static"
|
|
13213
13213
|
},
|
|
13214
13214
|
{
|
|
13215
|
-
"source": "npm:webdriverio",
|
|
13215
|
+
"source": "npm:webdriverio@9.31.6",
|
|
13216
13216
|
"target": "npm:webdriver@9.31.6",
|
|
13217
13217
|
"type": "static"
|
|
13218
13218
|
},
|