BeautifulReport icon indicating copy to clipboard operation
BeautifulReport copied to clipboard

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

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

Bumps [youtube-search-python](https://github.com/alexmercerind/youtube-search-python) from 1.4.2 to 1.4.5. Release notes Sourced from youtube-search-python's releases. v1.4.5 Few Addresses Fixes non functionality with updated PyTube versions. Fixes descriptionSnippet being null in VideosSearch result. v1.4.3...

dependencies

Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.2 to 0.17.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruamel-yaml&package-manager=pip&previous-version=0.17.2&new-version=0.17.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

一个使用场景:日志记录用了二次开发的loguru模块,目前只实现了输出日志到控制台和输出到文件,测试报告中每条用例展开的内容只有traceback部分打印出来了,想要同时展示自己加的日志内容,只能用print标准输出才会显示,有没大佬帮忙改造下

![image](https://user-images.githubusercontent.com/48608004/162922767-3fae9b29-4669-455d-939d-a1ba5c7ee1c1.png) 如图,通过format替换后的HTML_IMG_TEMPLATE,是怎么替换到到html中的呢?这里没有看懂,有大佬解释下嘛?

原来是显示多少秒,但是秒较大打时候显示不友好,所以修改为标准的时长格式。

修复 用例执行成功的情况下截图无法保存到报告中

![image](https://user-images.githubusercontent.com/40014334/49913829-f5c4d800-fec9-11e8-8c06-8f4a06c5b282.png) 你好,测试报告中,两边显示的失败用例统计数据不一致,不知道大家有没有遇到过?

![image](https://user-images.githubusercontent.com/30519303/94340999-a452f200-0038-11eb-8e42-cfb08c08f8fd.png)

使用定时器触发测试任务,报告汇总没有继承,但是详细测试结果继承了上一次的结果