pytest教程合集

pytest文档1-环境准备与入门

pytest文档2-用例运行规则

pytest文档3-pycharm运行pytest

pytest文档4-测试用例setup和teardown

pytest文档5-fixture之conftest.py

pytest文档6-fixture之yield实现teardown

pytest文档7-生成html报告

pytest文档8-html报告报错截图+失败重跑

pytest文档9-参数化parametrize

pytest文档10-命令行传参addoption

pytest文档11-assert断言

pytest文档12-skip跳过用例

pytest文档13-allure2生成html报告(史上最详细)

pytest文档14-函数传参和fixture传参数request

pytest文档15-使用自定义标记mark

pytest文档16-标记失败xfail

pytest文档17-fixture之autouse=True

pytest文档18-配置文件pytest.ini

pytest文档19-doctest测试框架

pytest文档20-pytest-html报告优化

pytest文档21-pytest-html报告优化

pytest文档22-pytest分布式执行(pytest-xdist)

python文档23-fixture作为参数传入,error和failed区别

python文档24-使用多个fixture和fixture互相调用

python文档25-fixture的作用范围(scope)

pytest文档26-conftest.py作用范围

pytest文档27-运行上次失败用例(--lf 和 --ff)

pytest文档28-重复执行用例(pytest-repeat)

《python自动化框架pytest》pdf体验版

pytest+selenium完整的案例实战案例,可以百度搜索:pytest 百度阅读

(电子版在线阅读,无纸质书)

pytest是最强大最好用的python自动化框架,没有之一。《python自动化框架pytest》详细讲解pytest框架使用方法,fixture功能是pytest的精髓,书中有详细的案例讲解。另外最后会有项目实战代码,灵活用到selenium自动化项目上。声明:本书不适合python零基础,不适合selenium零基础的同学,本书不讲元素定位,不讲python基础,主要讲pytest框架运用,基于python3.6版本。

(0)

相关推荐