pytest -v -s --last-failed --alluredir=report/xml
-v 打印详细的信息
-s 输出print打印信息
--last-failed 只执行上次失败的用例
--alluredir=report/xml 输出alluredir 到 report/xml
标签:xml,last,--,pytest,command,alluredir,report,line From: https://www.cnblogs.com/helenMemery/p/17421929.html