Metadata-Version: 2.4
Name: pytest-html5
Version: 1.3
Summary: the best report for pytest
Author: teark
Author-email: 913355434@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyecharts
Requires-Dist: pillow
Requires-Dist: py
Requires-Dist: lxml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

![img](pytest_html5/sttc/pytest-html5.jpg)
### 作者的话🍭

我是一个颜值控，同时我也喜欢原生报告的简约风格，

或许只有我知道，这个库被严重低估了。

放眼整个ui自动化领域，有哪个库能把测试报告做得简约优雅的。

- 原生的吗？原生的一堆兼容性问题还巨丑！

- allure报告吗？fuck！它即繁琐又依赖java，它最不应该被推荐但却人尽皆知。


- testrunner吗？真的很丑好吗！


- 其它的如poium？它只能搭配固定的库来用，一点也不开源！



我找了很久，一个好看又简约的都没有，于是我自己写一个，一个专属于只要有pytest就能用的测试报告。

几年过去了，从私有仓库变开源了，依旧一个能打的都没有。

这个过程真的写的我想哭，我完全是一个人在战斗，我自己用pyecharts解决了图表各种问题，为了不断优化多模块时的图像展示，我调试了好久好久。还有利用反射解决了无需传递driver，我自己都佩服我自己。为了兼容原生报告，我要深入了解pytest的注册机制，这才趋于完美的。

pytest-html5搭配seliky，让你的自动化之旅如虎添翼。



### 怎么用💢💢

首先卸载掉以前安装的html报告插件

然后安装它！pip install pytest-html5

然后呢，没有然后，pytest-html5是非侵入式的，不需要你额外写任何配置，不需要conftest，你怎么用pytest-html的，你就怎么用pytest-html5


### 效果展示

![img](pytest_html5/sttc/example.jpg)
