executable-stories-formatters 0.12.0 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "executable-stories-formatters",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Cucumber-compatible report formats (HTML, Markdown, JUnit XML, Cucumber JSON) for executable-stories test results.",
5
5
  "author": "Jag Reehal <jag@jagreehal.com>",
6
6
  "license": "MIT",
@@ -180,6 +180,11 @@
180
180
  },
181
181
  "description": "Ticket/issue references. Each item is either a string ID or an object with id and optional url."
182
182
  },
183
+ "covers": {
184
+ "type": "array",
185
+ "items": { "type": "string" },
186
+ "description": "Product-code paths/globs this scenario exercises (project-root-relative). Used to map code changes to at-risk scenarios."
187
+ },
183
188
  "meta": {
184
189
  "type": "object",
185
190
  "description": "User-defined metadata for this story."
@@ -501,6 +506,10 @@
501
506
  "minimum": 0,
502
507
  "description": "Step index (0-based)."
503
508
  },
509
+ "stepId": {
510
+ "type": "string",
511
+ "description": "Stable step ID when the framework provides one (correlates with StoryStep.id)."
512
+ },
504
513
  "title": {
505
514
  "type": "string",
506
515
  "description": "Step title/description."