reporterplus / reporterplus/pytest-html-plus
Support option to skip generate html report
Open
@LeoAzLiu is already working on this.
Since Sep 8, 2026.
core-logic-change
enhancement
v1.3.0
- Dominant language
- Python
- Stars
- 71
- Forks
- 5
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 5
Description
Summary
Add option --no-html to disable generate html report when integrate with other report system
Problem It Solves
The option will save time cost and disk space when integrated with others like vscode.
Proposed Solution
Add a CLI option like --generate-xml
pytest --no-html --plus-output=failed-only
Alternatives Considered
I think the json report file is the core. Other report like xlm/html all can be disable.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.