Skip to content

fix(cli): add built-in reporters list to --help output#7955

Merged
sheremet-va merged 4 commits intovitest-dev:mainfrom
pengooseDev:feat/cli-help-reporters-list
May 17, 2025
Merged

fix(cli): add built-in reporters list to --help output#7955
sheremet-va merged 4 commits intovitest-dev:mainfrom
pengooseDev:feat/cli-help-reporters-list

Conversation

@pengooseDev
Copy link
Copy Markdown
Contributor

@pengooseDev pengooseDev commented May 10, 2025

Description

closes #7907

Changed

  • dynamically pulls the names of all build-in reporters from the ReportersMap
--reporter
image

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • Ideally, include a test that fails without this PR but passes with it.
  • Please, don't make changes to pnpm-lock.yaml unless you introduce a new test example.

Tests

  • Run the tests with pnpm test:ci.

Documentation

  • If you introduce new functionality, document it. You can run documentation with pnpm run docs command.

Changesets

  • Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with feat:, fix:, perf:, docs:, or chore:.

@netlify
Copy link
Copy Markdown

netlify bot commented May 10, 2025

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 6f53120
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/6826a9cf0e60d600089f4c1e
😎 Deploy Preview https://deploy-preview-7955--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@AriPerkkio AriPerkkio changed the title feat(cli): add built-in reporters list to --help output fix(cli): add built-in reporters list to --help output May 12, 2025
@pengooseDev pengooseDev force-pushed the feat/cli-help-reporters-list branch from c6d0766 to 6f53120 Compare May 16, 2025 02:58
@sheremet-va sheremet-va merged commit ef6ef54 into vitest-dev:main May 17, 2025
11 of 13 checks passed
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.

Specify reporters in the --help output

2 participants