技术栈

pytest+yaml框架设计

小生测试
1 年前
pytest·pytest 基础框架·simple-pytest·pytest+yaml框架设计·pytest数据驱动
simple-pytest 框架使用指南simple-pytest 框架主要参考了httprunner的yaml数据驱动部分设计思路,是基于 Pytest + Pytest-html+ Log + Yaml + Mysql 实现的简易版接口自动化框架。与httprunner不同的是,httprunner是个封装好的工具包,simple-pytest 是半封装的脚本,目的是让用户自己更容易学习Pytest工具,理解框架设计。