We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在这里,把你的任何想法和建议分享出来吧,说不定哪天就实现了
失败重试
P.S.: 当前只针对 API 请求失败进行重试,其他任何地方的错误都将直接终止 case
多线程运行(缺少技术方案)
支持依赖接口 response 多次提取
支持执行关联测试用例时更新依赖接口请求数据
支持 jsonschema 断言
支持 python 正则断言
支持 pytest_mark 动态标记
添加 json 格式测试数据支持,兼容 yaml 格式
完善测试数据导入(繁琐,长期)
支持 cookie 请求参数
支持完整请求链接 url
支持通过配置设置是否跳过执行当前文件所有测试用例
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在这里,把你的任何想法和建议分享出来吧,说不定哪天就实现了
失败重试
P.S.: 当前只针对 API 请求失败进行重试,其他任何地方的错误都将直接终止 case
多线程运行(缺少技术方案)
支持依赖接口 response 多次提取
支持执行关联测试用例时更新依赖接口请求数据
支持 jsonschema 断言
支持 python 正则断言
支持 pytest_mark 动态标记
添加 json 格式测试数据支持,兼容 yaml 格式
完善测试数据导入(繁琐,长期)
支持 cookie 请求参数
支持完整请求链接 url
支持通过配置设置是否跳过执行当前文件所有测试用例
The text was updated successfully, but these errors were encountered: