https://github.com/tox-dev/tox-report
Records tox console output and produces a colored HTML report with it.
https://github.com/tox-dev/tox-report
tox-plugin
Last synced: about 1 month ago
JSON representation
Records tox console output and produces a colored HTML report with it.
- Host: GitHub
- URL: https://github.com/tox-dev/tox-report
- Owner: tox-dev
- License: mit
- Created: 2020-10-17T09:44:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T16:46:45.000Z (2 months ago)
- Last Synced: 2025-04-25T22:47:56.331Z (about 2 months ago)
- Topics: tox-plugin
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tox-report
Records tox own console output and produce an HTML report of tox execution,
default name `report.html`.The generated report will be colored as captured ANSI output is converted to
HTML.This plugin also adds an option `--html filename` that allows user to
customize the filename used for reporting.