conftest
conftest copied to clipboard
Feature Request: Support for multiple output formats in a single conftest run command
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.