霍格沃兹测试学院助教;
学院地址:
https://testerh.ke.qq.com/?tuin=1298e968
已填
空的话得看下,构建后选择的目录是否正确;
构建目录,缺省为 target
很赞
#pytest 运行用例,并指定生成 xml 报告。
python3 -m pytest -sq -m [pytest-mark 名称] --reruns 3 -n 3 testcase --alluredir report/xml
# 将 xml 报告转成 html,这步执行完成,就有上图的 txt 文件了。
allure generate --clean report/html report/xml -o report/html
运行完以上两条命令,html 下方就有 prometheusData.txt 了。
具体路径 html/export/prometheusData.txt
推送的是 html 的,就是 jenkins 插件生成的 allure 报告。点击报告地址后面的链接,如下图:
嗯,您的意思是说直接用 dockerfile 直接把 war 打包到 images 吗
k8s 还没看😳,您有什么比较好的参考资料吗?
多多交流
可以发上来看下。
霍格沃兹测试学院助教;
学院地址:
https://testerh.ke.qq.com/?tuin=1298e968