Avatar notebook default
14篇文章 · 1910字 · 1人关注
  • Resize,w 360,h 240
    mac m1安装allure --version

    一、下载包 https://github.com/allure-framework/allure2/releases[https://githu...

  • Resize,w 360,h 240
    pytest-用例打标签

    知识点:一、用例打标签:pytest.mark 1.1、在pytest.ini文件中markers这个配置项中注册标签 1.2、给用例加标签 1...

  • pytest-html

    需要安装pytest - html插件。pytest可以生成多种样式的结果:1.生成JunitXML格式的测试报告:命令: --junitxml...

  • pytest-重运行机制--rerunfailures插件

    介绍 下载插件 pytest提供了失败重试机制:  插件名称:rerunfailures  安装方法pip install -U pytest-...

  • pytest-参数化

    参数化方法 在测试用例前面加上:@pytest.mark.parametrize("参数名",列表数据)参数名:用来接收每一项数据,并作为测试用...

  • Resize,w 360,h 240
    pytest-定义fixture

    fixture:即测试用例执行的环境准备和清理,在unittest中指setup/teardownfixture:主要的目的是为了提供中可靠和可...

  • Resize,w 360,h 240
  • Resize,w 360,h 240
    公共的-Common目录

    文件路径dir_config

  • Resize,w 360,h 240
    pytest

    pytest与unittest区别 pytest.ini文件,该配置文件可更改pytest自动发现测试模块和测试方法的类型 pytest收集测试...

文集作者