BeautifulReport icon indicating copy to clipboard operation
BeautifulReport copied to clipboard

适用于unittest自动化测试的可视化报告

Results 28 BeautifulReport issues
Sort by recently updated
recently updated
newest added

多线程运行多个测试用例,报告出现每个用例中print内容展示放置错误,没有按对应用例存放展示,且出现部分print内容 打印到控制台中

I see for now , there is no email send and other ways to tell other to show it , I think it is a good feature

![image](https://user-images.githubusercontent.com/45733102/58482463-fcea5480-8190-11e9-8e07-48edf4e2394d.png) ![image](https://user-images.githubusercontent.com/45733102/58482481-0a074380-8191-11e9-8670-d494d96b0668.png)

![image](https://user-images.githubusercontent.com/29244950/38766291-4981e7bc-4002-11e8-90f3-36b6d3425cce.png)

这个是driver配置 def hanless_chrome(self): opt = Options() opt.add_argument('--no-sandbox') # 解决DevToolsActivePort文件不存在的报错 opt.add_argument('window-size=1920x3000') # 指定浏览器分辨率 opt.add_argument('--disable-gpu') # 谷歌文档提到需要加上这个属性来规避bug opt.add_argument('--hide-scrollbars') # 隐藏滚动条, 应对一些特殊页面 opt.add_argument('blink-settings=imagesEnabled=false') # 不加载图片, 提升速度 opt.add_argument('--headless') driver = webdriver.Chrome(chrome_options=opt) return driver ![image](https://user-images.githubusercontent.com/36783432/49632866-39cf5d00-fa32-11e8-97ba-31332ac546d7.png)...

我修改了template里的中文,因为我们的report是给洋人看的,但是我修改了所有template的中文再次生成报告,为什么还是中文?

主要报错信息: File "G:\BeautifulReport\BeautifulReport.py", line 189, in complete_output return self.outputBuffer.getvalue() AttributeError: 'NoneType' object has no attribute 'getvalue' 即: if self.sys_stdout: sys.stdout = self.sys_stdout sys.stderr = self.sys_stderr self.sys_stdout = None self.sys_stderr =...

报告汇总:用例通过的数和用例跳过的数显示跟详细数据中的计数不一致;望大佬修复!!!