No project description provided
Project description
pytest-testreport
1、pytest-testreport介绍
pytest-testreport是一个针对pytest的生成html报告的插件,使用起来非常简单,安装好pytest-testreport之后,运行用例时加上参数即可生成报告
注意点:如果安装了pytest-html这个插件,请先卸载,不然会有冲突
使用案例:
-
命令行执行: pytest 运行测试时加上参数--report 指定报告文件名
# 指定报告文件名 pytest --report=musen.html #其他配置参数 --title=指定报告标题 --tester=指定报告中的测试者 --desc = 指定报告中的项目描述 # 同时使用多个参数 pytest --report=musen.html --title=测试报告 --tester=测试菜鸟 --desc=项目描述
-
pytest.main执行
import pytest pytest.main(['--report=musen.html', '--title=测试报告标题', '--tester=木森', '--desc=报告描述信息'])
2、安装pytest-testreport
pytest-testreport是基于python3.6开发的,安装前请确认你的python版本>3.6
安装命令
pip install pytest-testreport
3、使用文档:
https://unittestreport.readthedocs.io/en/latest/doc9_pytest/
备注:
-
开发者:柠檬班—木森、柠檬班—雨泽
-
E-mail:musen_nmb@qq.com
-
大家在使用过程中发现bug,可以联系我,以便优化解决!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytest-testreport-1.1.6.tar.gz
(13.7 kB
view details)
Built Distribution
File details
Details for the file pytest-testreport-1.1.6.tar.gz
.
File metadata
- Download URL: pytest-testreport-1.1.6.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.27.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
362ac270324411f3930f0654cd38bc4642bb1258db5d188b66a150250adbe406
|
|
MD5 |
f38ea40f7d9a5c1a24741f43b598fe75
|
|
BLAKE2b-256 |
bb8d81d1c4b5eddfd426bafa0c8d23815832deac1cc46b426add883f6c452c11
|
File details
Details for the file pytest_testreport-1.1.6-py3-none-any.whl
.
File metadata
- Download URL: pytest_testreport-1.1.6-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.27.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a25a51290e20b66e013ba728e23c98f879233b87686ed9d13120b121b56ee397
|
|
MD5 |
0d4642d48675523b8a66332192709321
|
|
BLAKE2b-256 |
5a12a79e8f72f41f3b4d06a9057511afbfee60975ac41bee3bb744bbb5a0087a
|