Skip to main content

pytest-testreport

1、pytest-testreport介绍

pytest-testreport-new是一个针对pytest的生成html报告的插件,基于开源工具pytest-testreport的修改,使用起来非常简单,安装好pytest-testreport-new之后,运行用例时加上参数即可生成报告

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

2、安装pytest-testreport

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

安装命令

pip install pytest-testreport-new

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-new-0.0.3.tar.gz (18.2 kB view details)

Uploaded Source

Built Distribution

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

pytest_testreport_new-0.0.3-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

Details for the file pytest-testreport-new-0.0.3.tar.gz.

File metadata

  • Download URL: pytest-testreport-new-0.0.3.tar.gz
  • Upload date:
  • Size: 18.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.9

File hashes

Hashes for pytest-testreport-new-0.0.3.tar.gz
Algorithm Hash digest
SHA256 5eb18a192a70dda68e6c09fce99f4e9f195fe7f3d824bb9f54ea2c89f8b6496f
MD5 69332e6b2e6e075090f292352c748ab4
BLAKE2b-256 8a6585e2f90610bfeff5866498ef64c155e930656accd9e3927f31a572528da8

See more details on using hashes here.

File details

Details for the file pytest_testreport_new-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_testreport_new-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ce497722bc1b42db38cd8acb8d44617456eea939f7734ccb35a83354262ebfde
MD5 7e56087ae378b4c75e832b3d21c566c9
BLAKE2b-256 2f6397b3685ed0a65d0d85e833f4d5f5f71b43a2aa8590a146a792ceb4cc3cf8

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

This release

0.0.3 This release

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page