logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

pytest框架笔记(四)HTML,Allure2报告生成

第 3 章 HTML 报告生成生成 html 报告,这里介绍了 2 个框架1.pytest-HTML2.allure23.1-pytest-html 生成 html 报告pytest-HTML 是一个插件,pytest 用于生成测试结果的 HTML 报 告。兼容 Python 2.7,3.6pytest-html1.github 上源码地址 【https://github.com/pytest-d

#python
python自动化接口测试(一)

第 1 章 Fiddler1.1 抓 firefox 上 https 请求fiddler 是一个很好的抓包工具,默认是抓 http 请求的,对于 pc 上的 https 请求,会提示网页不安全,这时候需要在浏览器上安装证书。

#python#https#fiddler
到底了