Browse Source

修改配置文件

yunwinLiu 5 tháng trước cách đây
mục cha
commit
dff60de052
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      run.py

+ 0 - 1
run.py

@@ -7,7 +7,6 @@ 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")  # 生成报告