@testspectra/cli 1.1.8-rc.13 → 1.1.8-rc.16
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/bin/.testspectra-runner.hash +1 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/__tests__/cloud-run.test.d.ts +1 -0
- package/dist/commands/__tests__/cloud-run.test.js +93 -0
- package/dist/commands/cloud-run.d.ts +13 -0
- package/dist/commands/cloud-run.js +120 -0
- package/dist/commands/test.js +5 -3
- package/dist/generator/__tests__/tsconfig-isolation.test.js +2 -1
- package/dist/generator/tsconfig-generator.js +1 -1
- 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 +826 -6233
- package/templates/nx/.nx/workspace-data/file-map.json +86 -86
- package/templates/nx/.nx/workspace-data/nx_files.nxt +0 -0
- package/templates/nx/.nx/workspace-data/parsed-lock-file.json +1 -6497
- package/templates/nx/.nx/workspace-data/project-graph.json +1 -7244
- package/templates/nx/package.json +2 -2
- package/templates/react-component/package.json +3 -3
- package/templates/nx/.nx/workspace-data/d/server-process.json +0 -3
|
@@ -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",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"fileMap": {
|
|
21
21
|
"nonProjectFiles": [
|
|
22
22
|
{
|
|
23
|
-
"file": "
|
|
24
|
-
"hash": "
|
|
23
|
+
"file": ".vscode/extensions.json",
|
|
24
|
+
"hash": "6496079274348496909"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"file": "
|
|
28
|
-
"hash": "
|
|
27
|
+
"file": "spectra.config.ts",
|
|
28
|
+
"hash": "5826567216431235375"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"file": ".gitignore",
|
|
32
|
+
"hash": "1731686672878252345"
|
|
29
33
|
},
|
|
30
34
|
{
|
|
31
35
|
"file": ".cursorrules",
|
|
32
36
|
"hash": "5914400097935294858"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
35
|
-
"file": "pnpm-
|
|
36
|
-
"hash": "
|
|
39
|
+
"file": "pnpm-workspace.yaml",
|
|
40
|
+
"hash": "11062973401223444734"
|
|
37
41
|
},
|
|
38
42
|
{
|
|
39
|
-
"file": ".
|
|
40
|
-
"hash": "
|
|
43
|
+
"file": "pnpm-lock.yaml",
|
|
44
|
+
"hash": "5459540818199025768"
|
|
41
45
|
},
|
|
42
46
|
{
|
|
43
47
|
"file": "tsconfig.json",
|
|
44
48
|
"hash": "8890589832440448254"
|
|
45
49
|
},
|
|
46
50
|
{
|
|
47
|
-
"file": ".
|
|
48
|
-
"hash": "
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"file": "package.json",
|
|
52
|
-
"hash": "16328714722050927334"
|
|
51
|
+
"file": "nx.json",
|
|
52
|
+
"hash": "2058784385052146326"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
-
"file": "
|
|
56
|
-
"hash": "
|
|
55
|
+
"file": "CLAUDE.md",
|
|
56
|
+
"hash": "9577234870771110688"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
|
-
"file": "
|
|
60
|
-
"hash": "
|
|
59
|
+
"file": "package.json",
|
|
60
|
+
"hash": "18300246505550579403"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
"projectFileMap": {
|
|
@@ -147,72 +147,6 @@
|
|
|
147
147
|
"hash": "7710645189151727546"
|
|
148
148
|
}
|
|
149
149
|
],
|
|
150
|
-
"playground-e2e": [
|
|
151
|
-
{
|
|
152
|
-
"file": "packages/playground/e2e/project.json",
|
|
153
|
-
"hash": "7483436778468358608"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/mobile.test.ts",
|
|
157
|
-
"hash": "4890867782031227471"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/spec.md",
|
|
161
|
-
"hash": "1594899313611085372"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/web.test.ts",
|
|
165
|
-
"hash": "1983735092902158167"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/mobile.test.ts",
|
|
169
|
-
"hash": "11975331038121344625"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/spec.md",
|
|
173
|
-
"hash": "12190577339537127331"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/web.test.ts",
|
|
177
|
-
"hash": "12887248939991345892"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/after/mobile.hook.ts",
|
|
181
|
-
"hash": "14051783072589214011"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/after/web.hook.ts",
|
|
185
|
-
"hash": "14051783072589214011"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/afterEach/mobile.hook.ts",
|
|
189
|
-
"hash": "14051783072589214011"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/afterEach/web.hook.ts",
|
|
193
|
-
"hash": "14051783072589214011"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/before/mobile.hook.ts",
|
|
197
|
-
"hash": "14051783072589214011"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/before/web.hook.ts",
|
|
201
|
-
"hash": "14051783072589214011"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/mobile.hook.ts",
|
|
205
|
-
"hash": "14051783072589214011"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/web.hook.ts",
|
|
209
|
-
"hash": "14051783072589214011"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"file": "packages/playground/e2e/specs/Playground/suite.md",
|
|
213
|
-
"hash": "17750886301217575279"
|
|
214
|
-
}
|
|
215
|
-
],
|
|
216
150
|
"matchers-e2e": [
|
|
217
151
|
{
|
|
218
152
|
"file": "packages/matchers/e2e/project.json",
|
|
@@ -458,6 +392,72 @@
|
|
|
458
392
|
"file": "packages/matchers/e2e/specs/EnvironmentConfig/suite.md",
|
|
459
393
|
"hash": "2736763753819703752"
|
|
460
394
|
}
|
|
395
|
+
],
|
|
396
|
+
"playground-e2e": [
|
|
397
|
+
{
|
|
398
|
+
"file": "packages/playground/e2e/project.json",
|
|
399
|
+
"hash": "7483436778468358608"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/mobile.test.ts",
|
|
403
|
+
"hash": "4890867782031227471"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/spec.md",
|
|
407
|
+
"hash": "1594899313611085372"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/web.test.ts",
|
|
411
|
+
"hash": "1983735092902158167"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/mobile.test.ts",
|
|
415
|
+
"hash": "11975331038121344625"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/spec.md",
|
|
419
|
+
"hash": "12190577339537127331"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/web.test.ts",
|
|
423
|
+
"hash": "12887248939991345892"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/after/mobile.hook.ts",
|
|
427
|
+
"hash": "14051783072589214011"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/after/web.hook.ts",
|
|
431
|
+
"hash": "14051783072589214011"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/afterEach/mobile.hook.ts",
|
|
435
|
+
"hash": "14051783072589214011"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/afterEach/web.hook.ts",
|
|
439
|
+
"hash": "14051783072589214011"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/before/mobile.hook.ts",
|
|
443
|
+
"hash": "14051783072589214011"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/before/web.hook.ts",
|
|
447
|
+
"hash": "14051783072589214011"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/mobile.hook.ts",
|
|
451
|
+
"hash": "14051783072589214011"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/web.hook.ts",
|
|
455
|
+
"hash": "14051783072589214011"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"file": "packages/playground/e2e/specs/Playground/suite.md",
|
|
459
|
+
"hash": "17750886301217575279"
|
|
460
|
+
}
|
|
461
461
|
]
|
|
462
462
|
}
|
|
463
463
|
}
|
|
Binary file
|