executable-stories-formatters 0.11.4 → 0.13.0

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.
@@ -120,6 +120,15 @@ type DocEntry = {
120
120
  poster?: string;
121
121
  phase: DocPhase;
122
122
  children?: DocEntry[];
123
+ } | {
124
+ kind: "html";
125
+ path?: string;
126
+ url?: string;
127
+ content?: string;
128
+ title?: string;
129
+ height?: number | string;
130
+ phase: DocPhase;
131
+ children?: DocEntry[];
123
132
  } | {
124
133
  kind: "custom";
125
134
  type: string;
@@ -616,4 +625,4 @@ interface PlaywrightAdapterOptions {
616
625
  */
617
626
  declare function adaptPlaywrightRun(testResults: Array<[PlaywrightTestCase, PlaywrightTestResult]>, options?: PlaywrightAdapterOptions): RawRun;
618
627
 
619
- export { type Attachment as A, STORY_META_KEY as B, type CIInfo$1 as C, type DocEntry as D, type StepKeyword as E, type StepMode as F, type StoryFileReport as G, type StoryMeta as H, type TestCaseAttempt as I, type JestAdapterOptions as J, type TestCaseEvidence as K, type VitestSerializedError as L, type VitestState as M, type NormalizedTicket as N, type OtelSpan as O, type PlaywrightAdapterOptions as P, type VitestTestCase as Q, type RawStatus as R, type StoryStep as S, type TestRunResult as T, type VitestTestModule as U, type VitestAdapterOptions as V, type VitestTestResult as W, toCIInfo as X, toRawCIInfo as Y, type TestCaseResult as a, type TestStatus as b, type DocPhase as c, type StepResult as d, type CIProvider as e, type RawAttachment as f, type RawRun as g, type RawCIInfo as h, adaptJestRun as i, adaptPlaywrightRun as j, adaptVitestRun as k, type CIInfo as l, type CoverageSummary as m, type JestAggregatedResult as n, type JestFileResult as o, type JestTestResult as p, type OtelAttributeValue as q, type PlaywrightAnnotation as r, type PlaywrightAttachment as s, type PlaywrightError as t, type PlaywrightLocation as u, type PlaywrightStatus as v, type PlaywrightTestCase as w, type PlaywrightTestResult as x, type RawStepEvent as y, type RawTestCase as z };
628
+ export { type Attachment as A, type RawTestCase as B, type CIInfo$1 as C, type DocEntry as D, STORY_META_KEY as E, type StepMode as F, type StoryFileReport as G, type StoryMeta as H, type TestCaseAttempt as I, type JestAdapterOptions as J, type TestCaseEvidence as K, type VitestSerializedError as L, type VitestState as M, type NormalizedTicket as N, type OtelSpan as O, type PlaywrightAdapterOptions as P, type VitestTestCase as Q, type RawStatus as R, type StoryStep as S, type TestRunResult as T, type VitestTestModule as U, type VitestAdapterOptions as V, type VitestTestResult as W, toCIInfo as X, toRawCIInfo as Y, type TestCaseResult as a, type TestStatus as b, type DocPhase as c, type StepResult as d, type CIProvider as e, type RawAttachment as f, type RawRun as g, type RawCIInfo as h, type StepKeyword as i, adaptJestRun as j, adaptPlaywrightRun as k, adaptVitestRun as l, type CIInfo as m, type CoverageSummary as n, type JestAggregatedResult as o, type JestFileResult as p, type JestTestResult as q, type OtelAttributeValue as r, type PlaywrightAnnotation as s, type PlaywrightAttachment as t, type PlaywrightError as u, type PlaywrightLocation as v, type PlaywrightStatus as w, type PlaywrightTestCase as x, type PlaywrightTestResult as y, type RawStepEvent as z };
@@ -120,6 +120,15 @@ type DocEntry = {
120
120
  poster?: string;
121
121
  phase: DocPhase;
122
122
  children?: DocEntry[];
123
+ } | {
124
+ kind: "html";
125
+ path?: string;
126
+ url?: string;
127
+ content?: string;
128
+ title?: string;
129
+ height?: number | string;
130
+ phase: DocPhase;
131
+ children?: DocEntry[];
123
132
  } | {
124
133
  kind: "custom";
125
134
  type: string;
@@ -616,4 +625,4 @@ interface PlaywrightAdapterOptions {
616
625
  */
617
626
  declare function adaptPlaywrightRun(testResults: Array<[PlaywrightTestCase, PlaywrightTestResult]>, options?: PlaywrightAdapterOptions): RawRun;
618
627
 
619
- export { type Attachment as A, STORY_META_KEY as B, type CIInfo$1 as C, type DocEntry as D, type StepKeyword as E, type StepMode as F, type StoryFileReport as G, type StoryMeta as H, type TestCaseAttempt as I, type JestAdapterOptions as J, type TestCaseEvidence as K, type VitestSerializedError as L, type VitestState as M, type NormalizedTicket as N, type OtelSpan as O, type PlaywrightAdapterOptions as P, type VitestTestCase as Q, type RawStatus as R, type StoryStep as S, type TestRunResult as T, type VitestTestModule as U, type VitestAdapterOptions as V, type VitestTestResult as W, toCIInfo as X, toRawCIInfo as Y, type TestCaseResult as a, type TestStatus as b, type DocPhase as c, type StepResult as d, type CIProvider as e, type RawAttachment as f, type RawRun as g, type RawCIInfo as h, adaptJestRun as i, adaptPlaywrightRun as j, adaptVitestRun as k, type CIInfo as l, type CoverageSummary as m, type JestAggregatedResult as n, type JestFileResult as o, type JestTestResult as p, type OtelAttributeValue as q, type PlaywrightAnnotation as r, type PlaywrightAttachment as s, type PlaywrightError as t, type PlaywrightLocation as u, type PlaywrightStatus as v, type PlaywrightTestCase as w, type PlaywrightTestResult as x, type RawStepEvent as y, type RawTestCase as z };
628
+ export { type Attachment as A, type RawTestCase as B, type CIInfo$1 as C, type DocEntry as D, STORY_META_KEY as E, type StepMode as F, type StoryFileReport as G, type StoryMeta as H, type TestCaseAttempt as I, type JestAdapterOptions as J, type TestCaseEvidence as K, type VitestSerializedError as L, type VitestState as M, type NormalizedTicket as N, type OtelSpan as O, type PlaywrightAdapterOptions as P, type VitestTestCase as Q, type RawStatus as R, type StoryStep as S, type TestRunResult as T, type VitestTestModule as U, type VitestAdapterOptions as V, type VitestTestResult as W, toCIInfo as X, toRawCIInfo as Y, type TestCaseResult as a, type TestStatus as b, type DocPhase as c, type StepResult as d, type CIProvider as e, type RawAttachment as f, type RawRun as g, type RawCIInfo as h, type StepKeyword as i, adaptJestRun as j, adaptPlaywrightRun as k, adaptVitestRun as l, type CIInfo as m, type CoverageSummary as n, type JestAggregatedResult as o, type JestFileResult as p, type JestTestResult as q, type OtelAttributeValue as r, type PlaywrightAnnotation as s, type PlaywrightAttachment as t, type PlaywrightError as u, type PlaywrightLocation as v, type PlaywrightStatus as w, type PlaywrightTestCase as x, type PlaywrightTestResult as y, type RawStepEvent as z };