HtmlTestRunner
HtmlTestRunner copied to clipboard
A Test Runner in python, for Human Readable HTML Reports
* HtmlTestRunner version: 1.1.2 * Python version: 3.7 * Operating System: Mac/Linux ### Description I'd like to have the ability to insert images to a certain test, specifically in base64...
* HtmlTestRunner version: 1.2.1 * Python version: 3.7.8 * Operating System: Windows ### Description Run the htmlTestRunner from commandLine But Test Case name wasn't dispalyed after Running Tests... text ###...
* HtmlTestRunner version:1.2.1 * Python version:3.7.8 * Operating System: Windows 10 ### Description To show input text in console when running with htmlTestRunner Prompt is shown , but text is...
adding encoding='utf-8' in generate_file() in result.py on line 403 to fix issue below: Traceback (most recent call last): File "C:\Python37\lib\site-packages\HtmlTestRunner\runner.py", line 112, in run result.generate_reports(self) File "C:\Python37\lib\site-packages\HtmlTestRunner\result.py", line 388, in...
* HtmlTestRunner version: 1.2.1 * Python version: 3.8.3 * Operating System: Windows 10 ### Description After running a selenium test, the HTML generated report has a malformed HTML closing tag:
* HtmlTestRunner version: 1.2 * Python version: 2.7.3 * Operating System: windows 7 ### Description I am trying to call setUp() and tearDownClass() using htmlTestRunner but it is not calling....
* HtmlTestRunner version:1.2.1 * Python version:3.7.8 * Operating System:windows ### Description 运行unittest报告 报错AttributeError: module 'HtmlTestRunner' has no attribute 'HTMLTestRunner' 代码如下 test_case = unittest.TestLoader().loadTestsFromName(self.case) suite = unittest.TestSuite() suite.addTest(test_case) runner = HtmlTestRunner.HTMLTestRunner(output=report_dir,...
* HtmlTestRunner version: 1.2.1 * Python version: 3.7.0 * Operating System: Mac OS ### Description ERROR: Could not find a version that satisfies the requirement html-testRunner (from versions: none) ERROR:...
* HtmlTestRunner version:Html-test Runner 1.2.1 * Python version:3.7.8 * Operating System:windkws 10 ### Description Error your template wasn't loaded Error 13 permission denied Loading default template is displayed ### What...
Bumps [pip](https://github.com/pypa/pip) from 8.1.2 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...