pytest-html
pytest-html copied to clipboard
Plugin for generating HTML reports for pytest results
We should really produce some sample reports that exemplifies features and include them in the documentation. This will allow us to easily test the visual effects of various changes that...
[test_rerun](https://github.com/pytest-dev/pytest-html/blob/master/testing/test_pytest_html.py#L189) is flaky only for windows environments. The root cause should be identified and fixed. I have access to a windows machine, so I'll try and take a look soon....
Hello, In case of hundreds/thousands cases executed in a single run, it is hard to navigate single table with all the output. Adding ability to collapse/expand not only the whole...
ESLint was introduced in https://github.com/pytest-dev/pytest-html/pull/367 This first pass included almost all relevant ESLint sections except for the following: - https://eslint.org/docs/rules/#stylistic-issues - https://eslint.org/docs/rules/#ecmascript-6 The following three rules were also skipped, since...
We currently depend on the [py](https://github.com/pytest-dev/py) project for its `xml` module as seen below: ``` gnikonorov:~/pytest-html$ git grep "from py\." README.rst: from py.xml import html README.rst: from py.xml import html...
The JS tests run by grunt will occasionally fail with the error below. We should fix it. The error is sporadic and goes away on rerun ( usually ) ```...
Could we change this package to use https://docs.python.org/3/library/importlib.html#importlib.resources.read_text? instead of pkg_resources from setuptools? I see the following advantages 1) pip installing setuptools doesn't play nice with tools like https://github.com/jazzband/pip-tools 2)...
At the moment i write this issue there is no liter used for StyleSheets. #385 introduces use of for [SASS/SCSS](https://sass-lang.com/) and also introduces a linter. The linter is arguable -...
@gnikonorov proposed to have a github action step that ensures that scss was compiled into css for all PRs. see also the discussion here: https://github.com/pytest-dev/pytest-html/pull/385#discussion_r531829718
add a [`.editorconfig`](https://editorconfig.org/) file. this will allow IDEs/editors to apply rules how files should be written. basically its not needed, unless there are files that are not fixed by pre-commits...