소스 검색

修改配置文件

yunwinLiu 7 달 전
부모
커밋
3aa787bd6a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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")  # 生成报告