摘要:
1、pytest -m smoke --alluredir=allure_reports\ 2、allure generate ./allure_reports/ -o ./allure_reports/html/ --clean 3、打开 :allure open allure_reports/h 阅读全文
摘要:
报错时,构建: 1、execute windows batch command: e: cd 路径 pytest -m smoke 2、修改后: e:cd 路径(或call)pytest -m smoke exit 0 jenkins执行命令,会把命令生成一个批处理文件执行,当pytest命令对于批 阅读全文
摘要:
原因是要在jenkins配置本地环境变量 解决方法: 1、 2、 3、添加python.exe 和pytest.exe的值 阅读全文