@ohmyperf/reporter-junit
v0.1.1
Published
JUnit XML reporter; one testcase per budget threshold.
Maintainers
Readme
@ohmyperf/reporter-junit
JUnit XML reporter for ohmyperf. One <testcase> per budget threshold.
- Emits a
report.junit.xmlwith one<testcase>perBudgetEvaluationentry — perfect for Jenkins, GitLab CI Test Reports, CircleCI, Buildkite. - Failed thresholds surface as native test failures in CI test runners.
- Use via
ohmyperf run --format=junitthen publish as a JUnit artifact in your CI.
Part of the ohmyperf monorepo. Most users install the @ohmyperf/cli or @ohmyperf/mcp-server binary rather than this package directly.
Install
npm install @ohmyperf/reporter-junitRequires Node ≥ 22.
