@testspectra/cli 1.1.12 → 1.1.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testspectra/cli",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "TestSpectra Cross-Platform Test Runner CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,8 +13,7 @@
13
13
  "./package.json": "./package.json"
14
14
  },
15
15
  "bin": {
16
- "spectra": "./bin/spectra.js",
17
- "testspectra": "./bin/spectra.js"
16
+ "spectra": "./bin/spectra.js"
18
17
  },
19
18
  "files": [
20
19
  "dist",
@@ -26,9 +25,10 @@
26
25
  ],
27
26
  "dependencies": {
28
27
  "@clack/prompts": "^1.7.0",
29
- "@testspectra/matchers": "^1.1.12",
30
- "@testspectra/react": "^1.1.12",
31
- "@testspectra/skills": "^1.1.12",
28
+ "@testspectra/matchers": "^1.1.14",
29
+ "@testspectra/react": "^1.1.14",
30
+ "@testspectra/reporter": "^1.1.14",
31
+ "@testspectra/skills": "^1.1.14",
32
32
  "chalk": "^5.3.0",
33
33
  "commander": "^12.1.0",
34
34
  "cross-spawn": "^7.0.6",
@@ -36,13 +36,12 @@
36
36
  "ora": "^8.0.1",
37
37
  "typescript": "^5.6.3",
38
38
  "yaml": "^2.7.0",
39
- "zod": "^3.23.8",
40
- "@testspectra/reporter": "1.1.8-rc.29"
39
+ "zod": "^3.23.8"
41
40
  },
42
41
  "optionalDependencies": {
43
- "@testspectra/cli-darwin-arm64": "1.1.12",
44
- "@testspectra/cli-linux-x64": "1.1.12",
45
- "@testspectra/cli-win32-x64": "1.1.12"
42
+ "@testspectra/cli-darwin-arm64": "1.1.14",
43
+ "@testspectra/cli-linux-x64": "1.1.14",
44
+ "@testspectra/cli-win32-x64": "1.1.14"
46
45
  },
47
46
  "devDependencies": {
48
47
  "@types/cross-spawn": "^6.0.6",
@@ -17,8 +17,8 @@
17
17
  "postinstall": "spectra sync-types"
18
18
  },
19
19
  "devDependencies": {
20
- "@testspectra/cli": "^1.1.12",
21
- "@testspectra/matchers": "^1.1.12",
20
+ "@testspectra/cli": "^1.1.14",
21
+ "@testspectra/matchers": "^1.1.14",
22
22
  "@types/node": "^20.14.0",
23
23
  "@wdio/cli": "^9.2.8",
24
24
  "@wdio/local-runner": "^9.2.8",
@@ -7061,3 +7061,44 @@
7061
7061
  [NX v20.8.4 Daemon Server] - 2026-09-19T21:23:25.689Z - [WATCHER]: Stopping the watcher for /Volumes/Home/Documents/TestSpectra/testspectra-source/cli/templates/nx (sources)
7062
7062
  [NX v20.8.4 Daemon Server] - 2026-09-19T21:23:25.696Z - [WATCHER]: Stopping the watcher for /Volumes/Home/Documents/TestSpectra/testspectra-source/cli/templates/nx (outputs)
7063
7063
  [NX v20.8.4 Daemon Server] - 2026-09-19T21:23:25.709Z - Server stopped because: "10800000ms of inactivity"
7064
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.039Z - Started listening on: /private/var/folders/hw/dvsryrl10t59sqh3rht8j_pr0000gn/T/3c85950abf8517112e60/d.sock
7065
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.042Z - [WATCHER]: Subscribed to changes within: /Volumes/Home/Documents/TestSpectra/testspectra-source/cli/templates/nx (native)
7066
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.043Z - Established a connection. Number of open connections: 1
7067
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.043Z - Established a connection. Number of open connections: 2
7068
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.044Z - Closed a connection. Number of open connections: 1
7069
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.044Z - [REQUEST]: Client Request for Project Graph Received
7070
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.047Z - Time taken for 'loadSpecifiedNxPlugins' 0.4440000000000026ms
7071
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.101Z - [WATCHER]: Processing file changes in outputs
7072
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.177Z - Time taken for 'Load Nx Plugin: /Volumes/Home/Documents/TestSpectra/testspectra-source/node_modules/.pnpm/nx@20.8.4_@swc+core@1.16.2_supports-color@8.1.1/node_modules/nx/src/plugins/package-json' 132.21583299999998ms
7073
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.184Z - Time taken for 'Load Nx Plugin: /Volumes/Home/Documents/TestSpectra/testspectra-source/node_modules/.pnpm/nx@20.8.4_@swc+core@1.16.2_supports-color@8.1.1/node_modules/nx/src/plugins/project-json/build-nodes/project-json' 138.85449999999997ms
7074
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.192Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
7075
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.192Z - [REQUEST]:
7076
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.193Z - [REQUEST]:
7077
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.195Z - Time taken for 'loadDefaultNxPlugins' 147.521208ms
7078
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.217Z - Time taken for 'build-project-configs' 16.160874999999976ms
7079
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.226Z - [SYNC]: collect registered sync generators
7080
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.226Z - [REQUEST]: Responding to the client. project-graph
7081
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.226Z - Time taken for 'total for creating and serializing project graph' 181.57937500000003ms
7082
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.227Z - Done responding to the client project-graph
7083
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.227Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 182. Response time: 1.
7084
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.229Z - [REQUEST]: Responding to the client. handleRunPreTasksExecution
7085
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.229Z - Done responding to the client handleRunPreTasksExecution
7086
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.229Z - Handled PRE_TASKS_EXECUTION. Handling time: 0. Response time: 0.
7087
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.229Z - Time taken for 'preTasksExecution' 0.1452080000000251ms
7088
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.262Z - [REQUEST]: Responding to the client. handleHashTasks
7089
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.262Z - Done responding to the client handleHashTasks
7090
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.262Z - Handled HASH_TASKS. Handling time: 3. Response time: 0.
7091
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.311Z - [REQUEST]: Responding to the client. handleGetEstimatedTaskTimings
7092
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.311Z - Done responding to the client handleGetEstimatedTaskTimings
7093
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.311Z - Handled GET_ESTIMATED_TASK_TIMINGS. Handling time: 13. Response time: 0.
7094
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.313Z - [REQUEST]: Responding to the client. handleRecordTaskRuns
7095
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.313Z - Done responding to the client handleRecordTaskRuns
7096
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.313Z - Handled RECORD_TASK_RUNS. Handling time: 0. Response time: 0.
7097
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.314Z - [REQUEST]: Responding to the client. handleGetFlakyTasks
7098
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.314Z - Done responding to the client handleGetFlakyTasks
7099
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.314Z - Handled GET_FLAKY_TASKS. Handling time: 0. Response time: 0.
7100
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.611Z - [REQUEST]: Responding to the client. handleRunPostTasksExecution
7101
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.611Z - Done responding to the client handleRunPostTasksExecution
7102
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.611Z - Handled POST_TASKS_EXECUTION. Handling time: 0. Response time: 1.
7103
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.611Z - Time taken for 'postTasksExecution' 0.06212500000003729ms
7104
+ [NX v20.8.4 Daemon Server] - 2026-09-21T10:42:37.613Z - Closed a connection. Number of open connections: 0
@@ -0,0 +1,3 @@
1
+ {
2
+ "processId": 711
3
+ }
@@ -6,24 +6,28 @@
6
6
  "fileMap": {
7
7
  "nonProjectFiles": [
8
8
  {
9
- "file": "tsconfig.json",
10
- "hash": "8890589832440448254"
9
+ "file": ".cursorrules",
10
+ "hash": "5914400097935294858"
11
+ },
12
+ {
13
+ "file": ".gitignore",
14
+ "hash": "1731686672878252345"
11
15
  },
12
16
  {
13
17
  "file": ".vscode/extensions.json",
14
18
  "hash": "6496079274348496909"
15
19
  },
16
20
  {
17
- "file": "package.json",
18
- "hash": "3499066280807669204"
21
+ "file": "CLAUDE.md",
22
+ "hash": "9577234870771110688"
19
23
  },
20
24
  {
21
25
  "file": "nx.json",
22
26
  "hash": "2058784385052146326"
23
27
  },
24
28
  {
25
- "file": ".cursorrules",
26
- "hash": "5914400097935294858"
29
+ "file": "package.json",
30
+ "hash": "3499066280807669204"
27
31
  },
28
32
  {
29
33
  "file": "pnpm-lock.yaml",
@@ -33,20 +37,86 @@
33
37
  "file": "pnpm-workspace.yaml",
34
38
  "hash": "11062973401223444734"
35
39
  },
36
- {
37
- "file": ".gitignore",
38
- "hash": "1731686672878252345"
39
- },
40
- {
41
- "file": "CLAUDE.md",
42
- "hash": "9577234870771110688"
43
- },
44
40
  {
45
41
  "file": "spectra.config.ts",
46
42
  "hash": "10943132076339511105"
43
+ },
44
+ {
45
+ "file": "tsconfig.json",
46
+ "hash": "8890589832440448254"
47
47
  }
48
48
  ],
49
49
  "projectFileMap": {
50
+ "playground-e2e": [
51
+ {
52
+ "file": "packages/playground/e2e/project.json",
53
+ "hash": "7483436778468358608"
54
+ },
55
+ {
56
+ "file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/mobile.test.ts",
57
+ "hash": "4890867782031227471"
58
+ },
59
+ {
60
+ "file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/spec.md",
61
+ "hash": "1594899313611085372"
62
+ },
63
+ {
64
+ "file": "packages/playground/e2e/specs/Playground/TC-0001-form-controls/web.test.ts",
65
+ "hash": "1983735092902158167"
66
+ },
67
+ {
68
+ "file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/mobile.test.ts",
69
+ "hash": "11975331038121344625"
70
+ },
71
+ {
72
+ "file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/spec.md",
73
+ "hash": "12190577339537127331"
74
+ },
75
+ {
76
+ "file": "packages/playground/e2e/specs/Playground/TC-0002-toggle-elements/web.test.ts",
77
+ "hash": "12887248939991345892"
78
+ },
79
+ {
80
+ "file": "packages/playground/e2e/specs/Playground/TC-0003-file-upload/web.test.ts",
81
+ "hash": "2171060877539127244"
82
+ },
83
+ {
84
+ "file": "packages/playground/e2e/specs/Playground/hooks/after/mobile.hook.ts",
85
+ "hash": "14051783072589214011"
86
+ },
87
+ {
88
+ "file": "packages/playground/e2e/specs/Playground/hooks/after/web.hook.ts",
89
+ "hash": "14051783072589214011"
90
+ },
91
+ {
92
+ "file": "packages/playground/e2e/specs/Playground/hooks/afterEach/mobile.hook.ts",
93
+ "hash": "14051783072589214011"
94
+ },
95
+ {
96
+ "file": "packages/playground/e2e/specs/Playground/hooks/afterEach/web.hook.ts",
97
+ "hash": "14051783072589214011"
98
+ },
99
+ {
100
+ "file": "packages/playground/e2e/specs/Playground/hooks/before/mobile.hook.ts",
101
+ "hash": "14051783072589214011"
102
+ },
103
+ {
104
+ "file": "packages/playground/e2e/specs/Playground/hooks/before/web.hook.ts",
105
+ "hash": "14051783072589214011"
106
+ },
107
+ {
108
+ "file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/mobile.hook.ts",
109
+ "hash": "14051783072589214011"
110
+ },
111
+ {
112
+ "file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/web.hook.ts",
113
+ "hash": "14051783072589214011"
114
+ },
115
+ {
116
+ "file": "packages/playground/e2e/specs/Playground/suite.md",
117
+ "hash": "17750886301217575279"
118
+ }
119
+ ],
50
120
  "matchers-e2e": [
51
121
  {
52
122
  "file": "packages/matchers/e2e/project.json",
@@ -293,76 +363,6 @@
293
363
  "hash": "2736763753819703752"
294
364
  }
295
365
  ],
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/TC-0003-file-upload/web.test.ts",
327
- "hash": "2171060877539127244"
328
- },
329
- {
330
- "file": "packages/playground/e2e/specs/Playground/hooks/after/mobile.hook.ts",
331
- "hash": "14051783072589214011"
332
- },
333
- {
334
- "file": "packages/playground/e2e/specs/Playground/hooks/after/web.hook.ts",
335
- "hash": "14051783072589214011"
336
- },
337
- {
338
- "file": "packages/playground/e2e/specs/Playground/hooks/afterEach/mobile.hook.ts",
339
- "hash": "14051783072589214011"
340
- },
341
- {
342
- "file": "packages/playground/e2e/specs/Playground/hooks/afterEach/web.hook.ts",
343
- "hash": "14051783072589214011"
344
- },
345
- {
346
- "file": "packages/playground/e2e/specs/Playground/hooks/before/mobile.hook.ts",
347
- "hash": "14051783072589214011"
348
- },
349
- {
350
- "file": "packages/playground/e2e/specs/Playground/hooks/before/web.hook.ts",
351
- "hash": "14051783072589214011"
352
- },
353
- {
354
- "file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/mobile.hook.ts",
355
- "hash": "14051783072589214011"
356
- },
357
- {
358
- "file": "packages/playground/e2e/specs/Playground/hooks/beforeEach/web.hook.ts",
359
- "hash": "14051783072589214011"
360
- },
361
- {
362
- "file": "packages/playground/e2e/specs/Playground/suite.md",
363
- "hash": "17750886301217575279"
364
- }
365
- ],
366
366
  "shared-testing": [
367
367
  {
368
368
  "file": "shared/testing/fixtures/apiData.json",
@@ -14331,5 +14331,5 @@
14331
14331
  },
14332
14332
  "version": "6.0",
14333
14333
  "errors": [],
14334
- "computedAt": 1789840265843
14334
+ "computedAt": 1789987357222
14335
14335
  }
@@ -12,8 +12,8 @@
12
12
  "postinstall": "spectra sync-types"
13
13
  },
14
14
  "devDependencies": {
15
- "@testspectra/cli": "^1.1.12",
16
- "@testspectra/matchers": "^1.1.12",
15
+ "@testspectra/cli": "^1.1.14",
16
+ "@testspectra/matchers": "^1.1.14",
17
17
  "@types/node": "^20.14.0",
18
18
  "@wdio/cli": "^9.2.8",
19
19
  "@wdio/local-runner": "^9.2.8",
@@ -14,9 +14,9 @@
14
14
  "postinstall": "spectra sync-types"
15
15
  },
16
16
  "devDependencies": {
17
- "@testspectra/cli": "^1.1.12",
18
- "@testspectra/matchers": "^1.1.12",
19
- "@testspectra/react": "^1.1.12",
17
+ "@testspectra/cli": "^1.1.14",
18
+ "@testspectra/matchers": "^1.1.14",
19
+ "@testspectra/react": "^1.1.14",
20
20
  "@types/node": "^20.14.0",
21
21
  "@types/react": "^18.3.3",
22
22
  "@types/react-dom": "^18.3.0",