课程讲解目标:基于电商类的python自动化接口用例来实现pytest和unittest下测试报告
内容包含unittest下的三大测试报告:
1.HtmlTestRunner的使用讲解
2.BeautifulReport的使用讲解
3.unittestReport的使用讲解
pytest下两大测试报告:
1.pytest-html的使用讲解
2.allure的使用和讲解
课程还会穿插讲解python下requests库的post和get接口的实现以及jenkins+allure实现构建的方法。