@allurereport/core-api 3.0.0-beta.8 → 3.0.0-beta.9

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.
Files changed (2) hide show
  1. package/dist/model.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/model.d.ts CHANGED
@@ -43,6 +43,7 @@ export interface TestResult {
43
43
  sourceMetadata: SourceMetadata;
44
44
  runSelector?: string;
45
45
  retries?: TestResult[];
46
+ categories?: any;
46
47
  }
47
48
  export interface TestFixtureResult {
48
49
  id: string;
@@ -67,6 +68,7 @@ export interface DefaultTestStepResult {
67
68
  stop?: number;
68
69
  duration?: number;
69
70
  steps: TestStepResult[];
71
+ stepId?: string;
70
72
  type: "step";
71
73
  }
72
74
  export interface AttachmentLinkFile {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allurereport/core-api",
3
- "version": "3.0.0-beta.8",
3
+ "version": "3.0.0-beta.9",
4
4
  "description": "Allure Core API",
5
5
  "keywords": [
6
6
  "allure"