-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Labels
RespectRelated to the `respect` command which works with Arazzo specificationRelated to the `respect` command which works with Arazzo specificationType: Enhancement
Description
Is your feature request related to a problem? Please describe.
respect logs in CI can be very large and noisy, which increases storage usage and makes results harder to read.
Current formats:
lint:stylish,codeframe,json,checkstyle,codeclimate,summary,markdown,github-actionsscorecard-classic:stylish,jsonstats:stylish,json,markdown
Describe the solution you'd like
-
Add formats to
respectcommands (e.g.codeclimate,github-actions,summary...) -
Add additional CI-friendly format:
junit(JUnit XML) for CI test reports (GitLab / Bitbucket)
https://docs.gitlab.com/ci/testing/unit_test_reports/#junit-xml-format-specification
https://support.atlassian.com/bitbucket-cloud/docs/test-reporting-in-pipelines/
- Optional: if
--formatis not provided, detect CI and pick a better default format.
Describe alternatives you've considered
Additional context
Formats in oxlint: https://oxc.rs/docs/guide/usage/linter/output-formats
Vitest reporters: https://vitest.dev/guide/reporters.html#built-in-reporters
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RespectRelated to the `respect` command which works with Arazzo specificationRelated to the `respect` command which works with Arazzo specificationType: Enhancement