@testspectra/cli 1.1.8-rc.22 → 1.1.8-rc.23
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 -1
- package/dist/commands/upgrade.d.ts +5 -0
- package/dist/commands/upgrade.js +147 -0
- package/dist/index.js +10 -4
- package/dist/utils/background-update-check.js +50 -0
- package/dist/utils/update-notifier.d.ts +2 -0
- package/dist/utils/update-notifier.js +67 -0
- package/package.json +8 -8
- package/templates/default/package.json +2 -2
- 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 +6269 -1112
- package/templates/nx/.nx/workspace-data/file-map.json +101 -101
- package/templates/nx/.nx/workspace-data/nx_files.nxt +0 -0
- package/templates/nx/.nx/workspace-data/parsed-lock-file.json +6497 -1
- package/templates/nx/.nx/workspace-data/project-graph.json +7244 -1
- package/templates/nx/package.json +2 -2
- package/templates/react-component/package.json +3 -3
- package/bin/.testspectra-runner.hash +0 -1
- package/dist/commands/__tests__/cloud-run.test.js +0 -93
- package/dist/commands/cloud-run.d.ts +0 -13
- package/dist/commands/cloud-run.js +0 -120
- package/templates/nx/.nx/workspace-data/d/server-process.json +0 -3
- /package/dist/{commands/__tests__/cloud-run.test.d.ts → utils/background-update-check.d.ts} +0 -0
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"version": "6.0",
|
|
3
3
|
"nxVersion": "19.8.4",
|
|
4
4
|
"deps": {
|
|
5
|
-
"@testspectra/cli": "
|
|
6
|
-
"@testspectra/matchers": "
|
|
5
|
+
"@testspectra/cli": "link:../..",
|
|
6
|
+
"@testspectra/matchers": "link:../../../tools/matchers",
|
|
7
7
|
"@types/node": "^20.14.0",
|
|
8
8
|
"@wdio/cli": "^9.2.8",
|
|
9
9
|
"@wdio/local-runner": "^9.2.8",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@wdio/devtools-service": "^8.46.0",
|
|
12
12
|
"@wdio/globals": "^9.2.8",
|
|
13
13
|
"@wdio/mocha-framework": "^9.2.8",
|
|
14
|
-
"nx": "
|
|
14
|
+
"nx": "19.8.4",
|
|
15
15
|
"typescript": "^5.4.5",
|
|
16
16
|
"webdriverio": "^9.2.8"
|
|
17
17
|
},
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"fileMap": {
|
|
21
21
|
"nonProjectFiles": [
|
|
22
22
|
{
|
|
23
|
-
"file": "
|
|
24
|
-
"hash": "
|
|
23
|
+
"file": "pnpm-lock.yaml",
|
|
24
|
+
"hash": "5459540818199025768"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"file": ".vscode/extensions.json",
|
|
@@ -32,35 +32,121 @@
|
|
|
32
32
|
"hash": "5826567216431235375"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"file": "
|
|
36
|
-
"hash": "
|
|
35
|
+
"file": ".cursorrules",
|
|
36
|
+
"hash": "5914400097935294858"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"file": ".gitignore",
|
|
40
40
|
"hash": "1731686672878252345"
|
|
41
41
|
},
|
|
42
|
-
{
|
|
43
|
-
"file": "CLAUDE.md",
|
|
44
|
-
"hash": "9577234870771110688"
|
|
45
|
-
},
|
|
46
42
|
{
|
|
47
43
|
"file": "pnpm-workspace.yaml",
|
|
48
44
|
"hash": "11062973401223444734"
|
|
49
45
|
},
|
|
50
|
-
{
|
|
51
|
-
"file": ".cursorrules",
|
|
52
|
-
"hash": "5914400097935294858"
|
|
53
|
-
},
|
|
54
46
|
{
|
|
55
47
|
"file": "nx.json",
|
|
56
48
|
"hash": "2058784385052146326"
|
|
57
49
|
},
|
|
50
|
+
{
|
|
51
|
+
"file": "package.json",
|
|
52
|
+
"hash": "18300246505550579403"
|
|
53
|
+
},
|
|
58
54
|
{
|
|
59
55
|
"file": "tsconfig.json",
|
|
60
56
|
"hash": "8890589832440448254"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"file": "CLAUDE.md",
|
|
60
|
+
"hash": "9577234870771110688"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
"projectFileMap": {
|
|
64
|
+
"shared-testing": [
|
|
65
|
+
{
|
|
66
|
+
"file": "shared/testing/fixtures/apiData.json",
|
|
67
|
+
"hash": "5455579627617620587"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"file": "shared/testing/fixtures/playgroundData.json",
|
|
71
|
+
"hash": "6646110001933817841"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"file": "shared/testing/global-hooks/after/mobile.hook.ts",
|
|
75
|
+
"hash": "17704300444638893067"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"file": "shared/testing/global-hooks/after/web.hook.ts",
|
|
79
|
+
"hash": "4319467857538977176"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"file": "shared/testing/global-hooks/before/mobile.hook.ts",
|
|
83
|
+
"hash": "1418831585755647488"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"file": "shared/testing/global-hooks/before/web.hook.ts",
|
|
87
|
+
"hash": "5655415662119179755"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"file": "shared/testing/page-objects/MatchersPage/mobile.ts",
|
|
91
|
+
"hash": "13486007993280160103"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"file": "shared/testing/page-objects/MatchersPage/web.ts",
|
|
95
|
+
"hash": "6708715830774655929"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"file": "shared/testing/page-objects/NavigationPage/mobile.ts",
|
|
99
|
+
"hash": "9843815020701207652"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"file": "shared/testing/page-objects/NavigationPage/web.ts",
|
|
103
|
+
"hash": "2341250336288762399"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"file": "shared/testing/page-objects/PlaygroundPage/mobile.ts",
|
|
107
|
+
"hash": "8192927760362991284"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"file": "shared/testing/page-objects/PlaygroundPage/web.ts",
|
|
111
|
+
"hash": "13289179655405426712"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"file": "shared/testing/project.json",
|
|
115
|
+
"hash": "7371378800661206349"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"file": "shared/testing/support/actions/fillCredentials/mobile.action.ts",
|
|
119
|
+
"hash": "12211081252127526235"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"file": "shared/testing/support/actions/fillCredentials/web.action.ts",
|
|
123
|
+
"hash": "9993357721307207213"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"file": "shared/testing/support/steps/togglePlaygroundStates/mobile.step.ts",
|
|
127
|
+
"hash": "2440504136325471241"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"file": "shared/testing/support/steps/togglePlaygroundStates/step.md",
|
|
131
|
+
"hash": "7033246481886462733"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"file": "shared/testing/support/steps/togglePlaygroundStates/web.step.ts",
|
|
135
|
+
"hash": "3684774997705487691"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"file": "shared/testing/support/steps/verifyPlaygroundState/mobile.step.ts",
|
|
139
|
+
"hash": "7780197038828149329"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"file": "shared/testing/support/steps/verifyPlaygroundState/step.md",
|
|
143
|
+
"hash": "4808698815589956784"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"file": "shared/testing/support/steps/verifyPlaygroundState/web.step.ts",
|
|
147
|
+
"hash": "7710645189151727546"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
64
150
|
"playground-e2e": [
|
|
65
151
|
{
|
|
66
152
|
"file": "packages/playground/e2e/project.json",
|
|
@@ -372,92 +458,6 @@
|
|
|
372
458
|
"file": "packages/matchers/e2e/specs/EnvironmentConfig/suite.md",
|
|
373
459
|
"hash": "2736763753819703752"
|
|
374
460
|
}
|
|
375
|
-
],
|
|
376
|
-
"shared-testing": [
|
|
377
|
-
{
|
|
378
|
-
"file": "shared/testing/fixtures/apiData.json",
|
|
379
|
-
"hash": "5455579627617620587"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"file": "shared/testing/fixtures/playgroundData.json",
|
|
383
|
-
"hash": "6646110001933817841"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"file": "shared/testing/global-hooks/after/mobile.hook.ts",
|
|
387
|
-
"hash": "17704300444638893067"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"file": "shared/testing/global-hooks/after/web.hook.ts",
|
|
391
|
-
"hash": "4319467857538977176"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"file": "shared/testing/global-hooks/before/mobile.hook.ts",
|
|
395
|
-
"hash": "1418831585755647488"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"file": "shared/testing/global-hooks/before/web.hook.ts",
|
|
399
|
-
"hash": "5655415662119179755"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"file": "shared/testing/page-objects/MatchersPage/mobile.ts",
|
|
403
|
-
"hash": "13486007993280160103"
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"file": "shared/testing/page-objects/MatchersPage/web.ts",
|
|
407
|
-
"hash": "6708715830774655929"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"file": "shared/testing/page-objects/NavigationPage/mobile.ts",
|
|
411
|
-
"hash": "9843815020701207652"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"file": "shared/testing/page-objects/NavigationPage/web.ts",
|
|
415
|
-
"hash": "2341250336288762399"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"file": "shared/testing/page-objects/PlaygroundPage/mobile.ts",
|
|
419
|
-
"hash": "8192927760362991284"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"file": "shared/testing/page-objects/PlaygroundPage/web.ts",
|
|
423
|
-
"hash": "13289179655405426712"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"file": "shared/testing/project.json",
|
|
427
|
-
"hash": "7371378800661206349"
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"file": "shared/testing/support/actions/fillCredentials/mobile.action.ts",
|
|
431
|
-
"hash": "12211081252127526235"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"file": "shared/testing/support/actions/fillCredentials/web.action.ts",
|
|
435
|
-
"hash": "9993357721307207213"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"file": "shared/testing/support/steps/togglePlaygroundStates/mobile.step.ts",
|
|
439
|
-
"hash": "2440504136325471241"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"file": "shared/testing/support/steps/togglePlaygroundStates/step.md",
|
|
443
|
-
"hash": "7033246481886462733"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"file": "shared/testing/support/steps/togglePlaygroundStates/web.step.ts",
|
|
447
|
-
"hash": "3684774997705487691"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"file": "shared/testing/support/steps/verifyPlaygroundState/mobile.step.ts",
|
|
451
|
-
"hash": "7780197038828149329"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"file": "shared/testing/support/steps/verifyPlaygroundState/step.md",
|
|
455
|
-
"hash": "4808698815589956784"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"file": "shared/testing/support/steps/verifyPlaygroundState/web.step.ts",
|
|
459
|
-
"hash": "7710645189151727546"
|
|
460
|
-
}
|
|
461
461
|
]
|
|
462
462
|
}
|
|
463
463
|
}
|
|
Binary file
|