New issue 763: Add option to generate HTML Report
https://bitbucket.org/pytest-dev/pytest/issue/763/add-option-to-generate-html-report

Amith Reddy Ravuru:

Most of the teams would ideally require html reports once the tests are run. It 
would be really helpful to have html report generation option as part of 
pytest. Additionally, it can take html template file as input. User can control 
the format of the html report using this template file. Expose as many 
parameters as possible to html template file like Test start time, Test 
Duration, Test case output, test case statistics etc.

3 options:
--with-html => Enable HTML
--html-report-file => HTML Report
--html-template-file => HTML Template


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to