Skip to content

Commit

Permalink
Allure test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
szczygiel-m committed Aug 29, 2024
1 parent ec6f4f3 commit 880021f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hermes-console/vitest.config.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import AllureReporter from 'allure-vitest/reporter';
import { defineConfig } from 'vitest/config';
import { fileURLToPath, URL } from 'node:url';
import AllureReporter from 'allure-vitest/reporter';
import vue from '@vitejs/plugin-vue';
import vuetify from 'vite-plugin-vuetify';

Expand All @@ -19,6 +19,6 @@ export default defineConfig({
environment: 'jsdom',
globals: true,
setupFiles: ['vitest.setup.ts', 'allure-vitest/setup'],
reporters: ["default", new AllureReporter({})],
reporters: ['default', new AllureReporter({})],
},
});

0 comments on commit 880021f

Please sign in to comment.