-
-
Notifications
You must be signed in to change notification settings - Fork 542
Open
Description
Feature Request
I would like to propose a feature that allows tox to support custom test report formats. Currently, it would be beneficial for users who wish to integrate reporting tools that require specific formats or for those who have existing reporting pipelines that they want to adhere to.
Proposed Implementation
- Introduce a configuration option in the
tox.inifile that allows users to specify the desired report format (e.g., XML, JSON, etc.). - Implement a plugin system that enables users to define their own report formatters.
- Ensure compatibility with popular testing frameworks like
pytestandunittest.
Benefits
- Increased flexibility in how test results are reported.
- Ease integration with external tools and services that rely on custom report formats.
I believe this addition could greatly enhance the usability of tox for various user scenarios. Please let me know your thoughts on this suggestion!
Metadata
Metadata
Assignees
Labels
No labels