如何查看自动化测试报告(allurehtml)的详细内容?
本文共计2600个文字,预计阅读时间需要11分钟。pytest有两种生成测试报告的方法(和allure),今天给大家一一介绍。:1. 安装:`pip install pytest-`2.查看版本:`pip show pytest-`3.生
共收录1篇相关文章
本文共计2600个文字,预计阅读时间需要11分钟。pytest有两种生成测试报告的方法(和allure),今天给大家一一介绍。:1. 安装:`pip install pytest-`2.查看版本:`pip show pytest-`3.生