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.5.tar.gz (18.3 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.5-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pytest-testreport-new-0.0.5.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for pytest-testreport-new-0.0.5.tar.gz
Algorithm Hash digest
SHA256 26f8b206dd254e2e873409d40a6960336ca7814d473732192e7b1380dfc5d737
MD5 145f95094e085fd81f37833517945fad
BLAKE2b-256 0fefbaf6f3d5cd2a58bf2913b0b9ce93824b70787e855ba61e8b951ee970f968

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytest_testreport_new-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5752f4833d115e0f195753f43b260872b6209cb39591d2e457a24af742498002
MD5 9d90de0f6813b264228b7b052c3cbc6a
BLAKE2b-256 1b062d4397886f1fa796d5aa1a3c1b0bbd381dc82455d5023421bb246569e1f8

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.6

2 files

This release

0.0.5 This release

2 files

0.0.4

2 files

0.0.3

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