Skip to main content

No project description provided

Project description

pytest-chinesereport

1、pytest-chinesereport介绍

pytest-chinesereport 是一个针对 pytest 生成中文版 html 报告的插件,基于 pytest-testreport 进行了优化及 bug 修复,安装好pytest-chinesereport之后,运行用例时加上参数即可生成报告

注意点:如果安装了 pytest-html 这个插件,请先卸载,不然会有冲突
注意点:如果安装了 pytest-testreport 这个插件,请先卸载,不然会有冲突
使用案例:
  • 命令行执行: pytest 运行测试时加上参数--report 指定报告文件名
    # 指定报告文件名(report为时间戳+后缀,full_report为完整报告文件名,二选一)
    pytest --report=_report.html
    pytest --full_report=full_name.html
    
    #其他配置参数
    --title=指定报告标题
    --tester=指定报告中的测试者
    --desc = 指定报告中的项目描述
    
    # 同时使用多个参数
    pytest --report=report.html --title=测试报告 --tester=测试人员 --desc=项目描述
    
  • pytest.main执行
    import pytest
    
    pytest.main(['--report=report.html',
                 '--title=测试报告标题',
                 '--tester=测试人员',
                 '--desc=报告描述信息'])
    

2、安装pytest-chinesereport

pytest-chinesereport是基于python3.6开发的,安装前请确认你的python版本>3.6

安装命令

pip install pytest-chinesereport

3、使用文档:

https://unittestreport.readthedocs.io/en/latest/doc9_pytest/

备注:

  • 基于 pytest-testreport 进行 bug 修复及优化

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_chinesereport-1.0.7.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_chinesereport-1.0.7-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file pytest_chinesereport-1.0.7.tar.gz.

File metadata

  • Download URL: pytest_chinesereport-1.0.7.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for pytest_chinesereport-1.0.7.tar.gz
Algorithm Hash digest
SHA256 4d59c1ed7d0e0938056456e8640fb8bfbe9c2b579fa1e2e2d56899a46ef10c52
MD5 db7c5692c7d70de8a7a65848a5fdc8ba
BLAKE2b-256 ec29173c1caf3a745be4e4ed33e7e66e23024a4755c0309b2e49016b3bf145c3

See more details on using hashes here.

File details

Details for the file pytest_chinesereport-1.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_chinesereport-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 96b19be50dcccb581f147d75308771b40fdc9e7135a993059cce36b4c1dd0266
MD5 3ec8f9b146b6e2d26c847f7ad946dc57
BLAKE2b-256 5f3eb650496093d80742895c3ac5d747b365e82adf8bfbe5b5c6965212a33ef7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page