vitest-github-actions-summary-reporter

v0.1.1
Vitest reporter that will append test results to the GITHUB_STEP_SUMMARY file.
vitest github actions reporter

📝 vitest-github-actions-summary-reporter

Vitest reporter that will append test results to the GITHUB_STEP_SUMMARY file.

💿 Installation

pnpm i -D vitest-github-actions-summary-reporter

🔧 Configuration

Add new custom reporter vite.config.ts

import { defineConfig } from 'vitest/config'
import { GithubActionsReporter } from 'vitest-github-actions-summary-reporter'

export default defineConfig({
  test: {
    reporters: [new GithubActionsReporter()],
  },
})
npm i vitest-github-actions-summary-reporter

Metadata

  • MIT
  • Whatever
  • Eike Lurz
  • released 7/26/2022

Downloads

Maintainers