Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support custom options #160

Merged
merged 1 commit into from
Feb 17, 2024
Merged

feat: support custom options #160

merged 1 commit into from
Feb 17, 2024

Conversation

AriPerkkio
Copy link
Owner

Adds support for custom reporter options.

import { defineConfig } from "vitest/config";

export default defineConfig({
  test: {
    reporters: [
      "default",
      ["vitest-sonar-reporter", { outputFile: "sonar-report.xml", silent: true }],
      "junit",
    ],
  },
});

@AriPerkkio AriPerkkio merged commit 7159d2e into main Feb 17, 2024
6 checks passed
@AriPerkkio AriPerkkio deleted the feat/custom-options branch February 17, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant