pytest执行方式 :Terminal,进入pytest.ini文件目录 cd /conf/ 执行pytest命令,执行测试用例后在该目录下生成report目录 pytest 将json转为html allure generate report/ -o report/html --clean :报告 allure serve report/