XTestRunner icon indicating copy to clipboard operation
XTestRunner copied to clipboard

Modern style test report based on unittest framework.

Results 18 XTestRunner issues
Sort by recently updated
recently updated
newest added

报错信息 ``` runner.run(suit) TypeError: run() missing 2 required positional arguments: 'rerun' and 'save_last_run' ```

你更改后的版本,我在python2.7.13版本可以使用,python3.6.1版本会报错 EF.1.2Traceback (most recent call last): File "HTMLTestRunner.py", line 826, in main(module=None) File "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/main.py", line 94, in __init__ self.runTests() File "HTMLTestRunner.py", line 817, in runTests unittest.TestProgram.runTests(self) File "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/main.py", line 255,...

### run.py ``` if __name__ == '__main__': # 报告存放路径,可设置相对路径 print(os.system('google-chrome --version')) print(os.system('chrome --version')) print(os.system('chromedriver -v')) rpfilepath = rpfolder filename = EmailConfData.attachment_html_filename file_path = rpfilepath + "/" + filename file_result =...

![77113b375d8160b293270bb7f15b87a7](https://user-images.githubusercontent.com/1000588/229491238-8809c6fd-704e-4e6a-9f33-c21893a239c6.png)

明明已经安装XTestRunner成功,在python中却显示No module named 'XTestRunner' ![image](https://user-images.githubusercontent.com/92708152/223958726-abc902bc-f0c4-4e8b-9e2d-cdaf9f9a83a0.png) ![image](https://user-images.githubusercontent.com/92708152/223959080-2d735d55-739e-4064-9b91-2d1248ef19b4.png) 该问题可能是3天内引入的。 ![image](https://user-images.githubusercontent.com/92708152/223958382-8e088a47-3918-4216-9e8a-1b5e3f1472c3.png)

自动化测试需要, 用例会存在稳定性,通过重试进一步确认。

如下图: ![image](https://user-images.githubusercontent.com/1000588/220858050-d80af08a-30b4-4d66-9443-000f58cc1e86.png)

在公司使用本模块生成的报告,底部都会自动加上脚注,个人觉得有影响(跟公司品牌互斥)。虽然说可以手动在模板中去掉,但是不可能每次都手动去修改。如果本项目是开源的话,我建议可以去掉脚注或者给可以去掉脚注的参数。