Przeglądaj źródła

修改配置文件

yunwinLiu 5 miesięcy temu
rodzic
commit
3aa787bd6a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      run.py

+ 1 - 0
run.py

@@ -7,6 +7,7 @@ import pytest
 if __name__ == '__main__':
     pytest.main(['-vs'])
     time.sleep(3)
+
     os.system("allure generate ./temps -o ./report --clean")
     # pytest.main()  # 启动框架
     # os.system("allure generate ./temps/allure -o report --clean")  # 生成报告