executable-stories-formatters 0.9.0 → 0.10.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.
@@ -159,6 +159,8 @@ interface StoryMeta {
159
159
  tags?: string[];
160
160
  /** Ticket/issue references (normalized to array) */
161
161
  tickets?: NormalizedTicket[];
162
+ /** Product-code paths/globs this scenario exercises (project-root-relative). */
163
+ covers?: string[];
162
164
  /** User-defined metadata */
163
165
  meta?: Record<string, unknown>;
164
166
  /** Parent describe/suite names for hierarchical grouping */
@@ -159,6 +159,8 @@ interface StoryMeta {
159
159
  tags?: string[];
160
160
  /** Ticket/issue references (normalized to array) */
161
161
  tickets?: NormalizedTicket[];
162
+ /** Product-code paths/globs this scenario exercises (project-root-relative). */
163
+ covers?: string[];
162
164
  /** User-defined metadata */
163
165
  meta?: Record<string, unknown>;
164
166
  /** Parent describe/suite names for hierarchical grouping */