Skip to content

Commit

Permalink
add env and categories
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Jun 6, 2024
1 parent 0acc9c9 commit 8a4d0bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/allure-vitest/src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export default class AllureVitestReporter implements Reporter {
this.handleTask(task);
}
}
this.allureReporterRuntime!.writeEnvironmentInfo();
this.allureReporterRuntime!.writeCategoriesDefinitions();
}

async handleTask(task: Task) {
Expand Down

0 comments on commit 8a4d0bb

Please sign in to comment.