conftest icon indicating copy to clipboard operation
conftest copied to clipboard

Feature Request: Support for multiple output formats in a single conftest run command

Open samuelbadru opened this issue 6 months ago • 0 comments

I’d like to request a feature enhancement to allow specifying multiple output formats in a single conftest command. For example, being able to run:

conftest test --output table --output junit

This would be especially helpful for CI/CD scenarios where a human-readable output (table) is needed for logs, while a machine-readable format (junit) is needed for integration with testing dashboards or reporting tools.

samuelbadru avatar Jun 16 '25 16:06 samuelbadru