0

基本上我有一个场景,我需要分别运行一组并行 pytest 和另一组串行 pytest。每个都会生成单独的 pytest-html 报告。但我正在寻找结合生成的报告的解决方案。例如: py.test -n auto -m "not serial" --dist=loadfile --html=report1.html py.test -n auto -m "serial" --dist=loadfile --html=report2.html

有没有办法结合 report1.html 和 report2.html 并生成单个 html 报告?

4

0 回答 0