美文网首页
(九)junitxml报告

(九)junitxml报告

作者: Sandra_liu | 来源:发表于2021-07-30 21:35 被阅读0次

1、生成junitxml报告:pytest --junitxml=path [测试用例]

Windows:
绝对路径:
pytest --junitxml=E:\demo102\...\xml            E:\demo102\...\test_calc.py
相对路径:
pytest --junitxml=.\xml\log.xml   .\test_yield.py
Mac:
绝对路径:
pytest   --junitxml=/Users/.../xml    /Users/.../test_yield.py
相对路径:
pytest   --junitxml=./xml/log.xml    ./test_yield.py

相关文章

网友评论

      本文标题:(九)junitxml报告

      本文链接:https://www.haomeiwen.com/subject/oybtvltx.html