doc-detective-common 4.15.1 → 4.15.3
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/index.cjs
CHANGED
|
@@ -821,7 +821,7 @@ var schemas_default = {
|
|
|
821
821
|
default: "."
|
|
822
822
|
},
|
|
823
823
|
reporters: {
|
|
824
|
-
description: "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (
|
|
824
|
+
description: "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (on by default) archives each run's results as `<output>/.doc-detective/run-<runId>/testResults.json` (or `coverageResults.json` for coverage runs), beside any screenshots the run captured, in addition to the flat output the `json` reporter writes. You can also reference custom reporters registered via `registerReporter()` by name.",
|
|
825
825
|
type: "array",
|
|
826
826
|
items: {
|
|
827
827
|
type: "string",
|
|
@@ -29358,7 +29358,7 @@ var schemas_default = {
|
|
|
29358
29358
|
title: "Telemetry options"
|
|
29359
29359
|
},
|
|
29360
29360
|
hints: {
|
|
29361
|
-
description: "Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected).
|
|
29361
|
+
description: "Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected). Doc Detective displays hints only in an interactive terminal (TTY) and only at the default `info` log level.",
|
|
29362
29362
|
type: "object",
|
|
29363
29363
|
additionalProperties: false,
|
|
29364
29364
|
properties: {
|
|
@@ -29444,7 +29444,7 @@ var schemas_default = {
|
|
|
29444
29444
|
default: false
|
|
29445
29445
|
},
|
|
29446
29446
|
autoScreenshot: {
|
|
29447
|
-
description: "If `true`, captures a screenshot after every step that
|
|
29447
|
+
description: "If `true`, captures a screenshot after every browser-driven step that does not already define an explicit `screenshot`. Steps with an explicit `screenshot` are skipped for auto-capture since they already produce an image. Doc Detective saves images in the per-run artifact directory (`<output>/.doc-detective/run-<runId>/`) at paths derived from spec, test, and context IDs plus the step's order, action, and ID (for example, `screenshots/<specId>/<testId>/<contextId>/01-goTo-s4f2a91c.png`), so the same step lands on the same relative path in every run's folder for run-over-run comparison. Specs and tests can override this value with their own `autoScreenshot` fields (test level wins over spec level, which wins over config level). Equivalent to `--auto-screenshot` on the CLI.",
|
|
29448
29448
|
type: "boolean",
|
|
29449
29449
|
default: false
|
|
29450
29450
|
},
|
|
@@ -62025,7 +62025,7 @@ var schemas_default = {
|
|
|
62025
62025
|
default: "."
|
|
62026
62026
|
},
|
|
62027
62027
|
reporters: {
|
|
62028
|
-
description: "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (
|
|
62028
|
+
description: "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (on by default) archives each run's results as `<output>/.doc-detective/run-<runId>/testResults.json` (or `coverageResults.json` for coverage runs), beside any screenshots the run captured, in addition to the flat output the `json` reporter writes. You can also reference custom reporters registered via `registerReporter()` by name.",
|
|
62029
62029
|
type: "array",
|
|
62030
62030
|
items: {
|
|
62031
62031
|
type: "string",
|
|
@@ -90562,7 +90562,7 @@ var schemas_default = {
|
|
|
90562
90562
|
title: "Telemetry options"
|
|
90563
90563
|
},
|
|
90564
90564
|
hints: {
|
|
90565
|
-
description: "Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected).
|
|
90565
|
+
description: "Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected). Doc Detective displays hints only in an interactive terminal (TTY) and only at the default `info` log level.",
|
|
90566
90566
|
type: "object",
|
|
90567
90567
|
additionalProperties: false,
|
|
90568
90568
|
properties: {
|
|
@@ -90648,7 +90648,7 @@ var schemas_default = {
|
|
|
90648
90648
|
default: false
|
|
90649
90649
|
},
|
|
90650
90650
|
autoScreenshot: {
|
|
90651
|
-
description: "If `true`, captures a screenshot after every step that
|
|
90651
|
+
description: "If `true`, captures a screenshot after every browser-driven step that does not already define an explicit `screenshot`. Steps with an explicit `screenshot` are skipped for auto-capture since they already produce an image. Doc Detective saves images in the per-run artifact directory (`<output>/.doc-detective/run-<runId>/`) at paths derived from spec, test, and context IDs plus the step's order, action, and ID (for example, `screenshots/<specId>/<testId>/<contextId>/01-goTo-s4f2a91c.png`), so the same step lands on the same relative path in every run's folder for run-over-run comparison. Specs and tests can override this value with their own `autoScreenshot` fields (test level wins over spec level, which wins over config level). Equivalent to `--auto-screenshot` on the CLI.",
|
|
90652
90652
|
type: "boolean",
|
|
90653
90653
|
default: false
|
|
90654
90654
|
},
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
"default": "."
|
|
781
781
|
},
|
|
782
782
|
"reporters": {
|
|
783
|
-
"description": "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (
|
|
783
|
+
"description": "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (on by default) archives each run's results as `<output>/.doc-detective/run-<runId>/testResults.json` (or `coverageResults.json` for coverage runs), beside any screenshots the run captured, in addition to the flat output the `json` reporter writes. You can also reference custom reporters registered via `registerReporter()` by name.",
|
|
784
784
|
"type": "array",
|
|
785
785
|
"items": {
|
|
786
786
|
"type": "string",
|
|
@@ -29317,7 +29317,7 @@
|
|
|
29317
29317
|
"title": "Telemetry options"
|
|
29318
29318
|
},
|
|
29319
29319
|
"hints": {
|
|
29320
|
-
"description": "Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected).
|
|
29320
|
+
"description": "Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected). Doc Detective displays hints only in an interactive terminal (TTY) and only at the default `info` log level.",
|
|
29321
29321
|
"type": "object",
|
|
29322
29322
|
"additionalProperties": false,
|
|
29323
29323
|
"properties": {
|
|
@@ -29403,7 +29403,7 @@
|
|
|
29403
29403
|
"default": false
|
|
29404
29404
|
},
|
|
29405
29405
|
"autoScreenshot": {
|
|
29406
|
-
"description": "If `true`, captures a screenshot after every step that
|
|
29406
|
+
"description": "If `true`, captures a screenshot after every browser-driven step that does not already define an explicit `screenshot`. Steps with an explicit `screenshot` are skipped for auto-capture since they already produce an image. Doc Detective saves images in the per-run artifact directory (`<output>/.doc-detective/run-<runId>/`) at paths derived from spec, test, and context IDs plus the step's order, action, and ID (for example, `screenshots/<specId>/<testId>/<contextId>/01-goTo-s4f2a91c.png`), so the same step lands on the same relative path in every run's folder for run-over-run comparison. Specs and tests can override this value with their own `autoScreenshot` fields (test level wins over spec level, which wins over config level). Equivalent to `--auto-screenshot` on the CLI.",
|
|
29407
29407
|
"type": "boolean",
|
|
29408
29408
|
"default": false
|
|
29409
29409
|
},
|
|
@@ -61984,7 +61984,7 @@
|
|
|
61984
61984
|
"default": "."
|
|
61985
61985
|
},
|
|
61986
61986
|
"reporters": {
|
|
61987
|
-
"description": "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (
|
|
61987
|
+
"description": "Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (on by default) archives each run's results as `<output>/.doc-detective/run-<runId>/testResults.json` (or `coverageResults.json` for coverage runs), beside any screenshots the run captured, in addition to the flat output the `json` reporter writes. You can also reference custom reporters registered via `registerReporter()` by name.",
|
|
61988
61988
|
"type": "array",
|
|
61989
61989
|
"items": {
|
|
61990
61990
|
"type": "string",
|
|
@@ -90521,7 +90521,7 @@
|
|
|
90521
90521
|
"title": "Telemetry options"
|
|
90522
90522
|
},
|
|
90523
90523
|
"hints": {
|
|
90524
|
-
"description": "Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected).
|
|
90524
|
+
"description": "Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected). Doc Detective displays hints only in an interactive terminal (TTY) and only at the default `info` log level.",
|
|
90525
90525
|
"type": "object",
|
|
90526
90526
|
"additionalProperties": false,
|
|
90527
90527
|
"properties": {
|
|
@@ -90607,7 +90607,7 @@
|
|
|
90607
90607
|
"default": false
|
|
90608
90608
|
},
|
|
90609
90609
|
"autoScreenshot": {
|
|
90610
|
-
"description": "If `true`, captures a screenshot after every step that
|
|
90610
|
+
"description": "If `true`, captures a screenshot after every browser-driven step that does not already define an explicit `screenshot`. Steps with an explicit `screenshot` are skipped for auto-capture since they already produce an image. Doc Detective saves images in the per-run artifact directory (`<output>/.doc-detective/run-<runId>/`) at paths derived from spec, test, and context IDs plus the step's order, action, and ID (for example, `screenshots/<specId>/<testId>/<contextId>/01-goTo-s4f2a91c.png`), so the same step lands on the same relative path in every run's folder for run-over-run comparison. Specs and tests can override this value with their own `autoScreenshot` fields (test level wins over spec level, which wins over config level). Equivalent to `--auto-screenshot` on the CLI.",
|
|
90611
90611
|
"type": "boolean",
|
|
90612
90612
|
"default": false
|
|
90613
90613
|
},
|
|
@@ -55,7 +55,7 @@ export interface Config {
|
|
|
55
55
|
*/
|
|
56
56
|
output?: string;
|
|
57
57
|
/**
|
|
58
|
-
* Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (
|
|
58
|
+
* Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (on by default) archives each run's results as `<output>/.doc-detective/run-<runId>/testResults.json` (or `coverageResults.json` for coverage runs), beside any screenshots the run captured, in addition to the flat output the `json` reporter writes. You can also reference custom reporters registered via `registerReporter()` by name.
|
|
59
59
|
*/
|
|
60
60
|
reporters?: string[];
|
|
61
61
|
/**
|
|
@@ -142,7 +142,7 @@ export interface Config {
|
|
|
142
142
|
*/
|
|
143
143
|
dryRun?: boolean;
|
|
144
144
|
/**
|
|
145
|
-
* If `true`, captures a screenshot after every step that
|
|
145
|
+
* If `true`, captures a screenshot after every browser-driven step that does not already define an explicit `screenshot`. Steps with an explicit `screenshot` are skipped for auto-capture since they already produce an image. Doc Detective saves images in the per-run artifact directory (`<output>/.doc-detective/run-<runId>/`) at paths derived from spec, test, and context IDs plus the step's order, action, and ID (for example, `screenshots/<specId>/<testId>/<contextId>/01-goTo-s4f2a91c.png`), so the same step lands on the same relative path in every run's folder for run-over-run comparison. Specs and tests can override this value with their own `autoScreenshot` fields (test level wins over spec level, which wins over config level). Equivalent to `--auto-screenshot` on the CLI.
|
|
146
146
|
*/
|
|
147
147
|
autoScreenshot?: boolean;
|
|
148
148
|
/**
|
|
@@ -453,7 +453,7 @@ export interface TelemetryOptions {
|
|
|
453
453
|
userId?: string;
|
|
454
454
|
}
|
|
455
455
|
/**
|
|
456
|
-
* Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected).
|
|
456
|
+
* Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected). Doc Detective displays hints only in an interactive terminal (TTY) and only at the default `info` log level.
|
|
457
457
|
*/
|
|
458
458
|
export interface HintsOptions {
|
|
459
459
|
/**
|
|
@@ -92,7 +92,7 @@ export interface Config {
|
|
|
92
92
|
*/
|
|
93
93
|
output?: string;
|
|
94
94
|
/**
|
|
95
|
-
* Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (
|
|
95
|
+
* Reporters to use when emitting test results. Built-in reporters: `terminal`, `json`, `html`, `runFolder`. The `runFolder` reporter (on by default) archives each run's results as `<output>/.doc-detective/run-<runId>/testResults.json` (or `coverageResults.json` for coverage runs), beside any screenshots the run captured, in addition to the flat output the `json` reporter writes. You can also reference custom reporters registered via `registerReporter()` by name.
|
|
96
96
|
*/
|
|
97
97
|
reporters?: string[];
|
|
98
98
|
/**
|
|
@@ -179,7 +179,7 @@ export interface Config {
|
|
|
179
179
|
*/
|
|
180
180
|
dryRun?: boolean;
|
|
181
181
|
/**
|
|
182
|
-
* If `true`, captures a screenshot after every step that
|
|
182
|
+
* If `true`, captures a screenshot after every browser-driven step that does not already define an explicit `screenshot`. Steps with an explicit `screenshot` are skipped for auto-capture since they already produce an image. Doc Detective saves images in the per-run artifact directory (`<output>/.doc-detective/run-<runId>/`) at paths derived from spec, test, and context IDs plus the step's order, action, and ID (for example, `screenshots/<specId>/<testId>/<contextId>/01-goTo-s4f2a91c.png`), so the same step lands on the same relative path in every run's folder for run-over-run comparison. Specs and tests can override this value with their own `autoScreenshot` fields (test level wins over spec level, which wins over config level). Equivalent to `--auto-screenshot` on the CLI.
|
|
183
183
|
*/
|
|
184
184
|
autoScreenshot?: boolean;
|
|
185
185
|
/**
|
|
@@ -490,7 +490,7 @@ export interface TelemetryOptions {
|
|
|
490
490
|
userId?: string;
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
|
-
* Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected).
|
|
493
|
+
* Options for the post-run hints feature. After a test run, Doc Detective may print one short, contextual hint with code samples and links to encourage further engagement (for example, suggesting a CI workflow when none is detected). Doc Detective displays hints only in an interactive terminal (TTY) and only at the default `info` log level.
|
|
494
494
|
*/
|
|
495
495
|
export interface HintsOptions {
|
|
496
496
|
/**
|