相关文章推荐
八块腹肌的小蝌蚪  ·  Springboot ...·  1 年前    · 
酷酷的小蝌蚪  ·  mysql输出字符串-掘金·  2 年前    · 
暗恋学妹的小摩托  ·  java - ...·  2 年前    · 

是否有办法从两个pytest运行中生成一个HTML报告?

1 人关注

我的runtests.sh文件包含以下脚本

  • pytest -v -s <file_name_1> --html=report1.html
  • pytest -v -s <file_name_2> --html=report2.html
  •