pytest-html
pytest-html copied to clipboard
Plugin for generating HTML reports for pytest results
I‘m useing pytest-html and find the plugin generally fantastic. But I have been in contact with pytest-html for a short time. During the use, I found that adding the'-s' parameter...
now I run 2 commmands: 1. pytest test1.py --html=report.html 2. pytest test2.py --html=report.html finally, the second runned command which generate report.html will overwrite the first generated report.html, but i hope...

Begin the [mypy](https://mypy.readthedocs.io/en/stable/)/typing addition as outlined in https://github.com/pytest-dev/pytest-html/issues/434 by incorporating mypy and typing: - `__init__.py` - `extras.py` - `outcome.py` - `util.py` The rest of the files will be typed in...
This project's python code should be typed, and type checking should be part of the CI pipeline. I propose using [mypy](https://mypy.readthedocs.io/en/stable/), we can look at [pytest](https://github.com/pytest-dev/pytest) for an example of...
In addition to test failure, pytest captures a warnings summary and reports this at the end of the test summary. It would be great if this could be reflected in...
~Read the docs may or may not perform sufficient linting for us. The purpose of this card is to investigate our linting options and add a linter if needed~ I...
When try parse the HTML report to get some information about logging All information about the test is put the same div class = "log" How I can separate the...
Hello Testing this plugin, I was wondering if it's possible to use ship JS a bit like --css ? The question behind the question being, can I use bootstrap or...
We currently use [QUnit](https://qunitjs.com/) for unit testing our JavaScript. I propose that we move to a more modern testing framework ( the top five listed [here](https://codeburst.io/top-5-javascript-testing-frameworks-to-choose-out-of-in-2020-6903ae94461e) seem to pop up...