@testspectra/cli 1.1.8-rc.12 → 1.1.8-rc.15

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.
@@ -2,8 +2,8 @@
2
2
  "version": "6.0",
3
3
  "nxVersion": "19.8.4",
4
4
  "deps": {
5
- "@testspectra/cli": "^1.1.8-rc.12",
6
- "@testspectra/matchers": "^1.1.8-rc.12",
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",
@@ -19,48 +19,134 @@
19
19
  "nxJsonPlugins": [],
20
20
  "fileMap": {
21
21
  "nonProjectFiles": [
22
- {
23
- "file": "nx.json",
24
- "hash": "2058784385052146326"
25
- },
26
22
  {
27
23
  "file": ".vscode/extensions.json",
28
24
  "hash": "6496079274348496909"
29
25
  },
30
26
  {
31
- "file": "tsconfig.json",
32
- "hash": "8890589832440448254"
27
+ "file": "spectra.config.ts",
28
+ "hash": "5826567216431235375"
33
29
  },
34
30
  {
35
- "file": "package.json",
36
- "hash": "3006930614958328783"
31
+ "file": ".gitignore",
32
+ "hash": "1731686672878252345"
37
33
  },
38
34
  {
39
- "file": "spectra.config.ts",
40
- "hash": "5826567216431235375"
35
+ "file": ".cursorrules",
36
+ "hash": "5914400097935294858"
37
+ },
38
+ {
39
+ "file": "pnpm-workspace.yaml",
40
+ "hash": "11062973401223444734"
41
41
  },
42
42
  {
43
43
  "file": "pnpm-lock.yaml",
44
44
  "hash": "5459540818199025768"
45
45
  },
46
46
  {
47
- "file": ".gitignore",
48
- "hash": "1731686672878252345"
47
+ "file": "tsconfig.json",
48
+ "hash": "8890589832440448254"
49
49
  },
50
50
  {
51
- "file": "pnpm-workspace.yaml",
52
- "hash": "11062973401223444734"
51
+ "file": "nx.json",
52
+ "hash": "2058784385052146326"
53
53
  },
54
54
  {
55
55
  "file": "CLAUDE.md",
56
56
  "hash": "9577234870771110688"
57
57
  },
58
58
  {
59
- "file": ".cursorrules",
60
- "hash": "5914400097935294858"
59
+ "file": "package.json",
60
+ "hash": "18300246505550579403"
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
  "matchers-e2e": [
65
151
  {
66
152
  "file": "packages/matchers/e2e/project.json",
@@ -307,92 +393,6 @@
307
393
  "hash": "2736763753819703752"
308
394
  }
309
395
  ],
310
- "shared-testing": [
311
- {
312
- "file": "shared/testing/fixtures/apiData.json",
313
- "hash": "5455579627617620587"
314
- },
315
- {
316
- "file": "shared/testing/fixtures/playgroundData.json",
317
- "hash": "6646110001933817841"
318
- },
319
- {
320
- "file": "shared/testing/global-hooks/after/mobile.hook.ts",
321
- "hash": "17704300444638893067"
322
- },
323
- {
324
- "file": "shared/testing/global-hooks/after/web.hook.ts",
325
- "hash": "4319467857538977176"
326
- },
327
- {
328
- "file": "shared/testing/global-hooks/before/mobile.hook.ts",
329
- "hash": "1418831585755647488"
330
- },
331
- {
332
- "file": "shared/testing/global-hooks/before/web.hook.ts",
333
- "hash": "5655415662119179755"
334
- },
335
- {
336
- "file": "shared/testing/page-objects/MatchersPage/mobile.ts",
337
- "hash": "13486007993280160103"
338
- },
339
- {
340
- "file": "shared/testing/page-objects/MatchersPage/web.ts",
341
- "hash": "6708715830774655929"
342
- },
343
- {
344
- "file": "shared/testing/page-objects/NavigationPage/mobile.ts",
345
- "hash": "9843815020701207652"
346
- },
347
- {
348
- "file": "shared/testing/page-objects/NavigationPage/web.ts",
349
- "hash": "2341250336288762399"
350
- },
351
- {
352
- "file": "shared/testing/page-objects/PlaygroundPage/mobile.ts",
353
- "hash": "8192927760362991284"
354
- },
355
- {
356
- "file": "shared/testing/page-objects/PlaygroundPage/web.ts",
357
- "hash": "13289179655405426712"
358
- },
359
- {
360
- "file": "shared/testing/project.json",
361
- "hash": "7371378800661206349"
362
- },
363
- {
364
- "file": "shared/testing/support/actions/fillCredentials/mobile.action.ts",
365
- "hash": "12211081252127526235"
366
- },
367
- {
368
- "file": "shared/testing/support/actions/fillCredentials/web.action.ts",
369
- "hash": "9993357721307207213"
370
- },
371
- {
372
- "file": "shared/testing/support/steps/togglePlaygroundStates/mobile.step.ts",
373
- "hash": "2440504136325471241"
374
- },
375
- {
376
- "file": "shared/testing/support/steps/togglePlaygroundStates/step.md",
377
- "hash": "7033246481886462733"
378
- },
379
- {
380
- "file": "shared/testing/support/steps/togglePlaygroundStates/web.step.ts",
381
- "hash": "3684774997705487691"
382
- },
383
- {
384
- "file": "shared/testing/support/steps/verifyPlaygroundState/mobile.step.ts",
385
- "hash": "7780197038828149329"
386
- },
387
- {
388
- "file": "shared/testing/support/steps/verifyPlaygroundState/step.md",
389
- "hash": "4808698815589956784"
390
- },
391
- {
392
- "file": "shared/testing/support/steps/verifyPlaygroundState/web.step.ts",
393
- "hash": "7710645189151727546"
394
- }
395
- ],
396
396
  "playground-e2e": [
397
397
  {
398
398
  "file": "packages/playground/e2e/project.json",