Ver Fonte

JW第三次提交

“蒋伟” há 1 ano atrás
pai
commit
b5e7711ef0
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      run.py

+ 2 - 1
run.py

@@ -14,4 +14,5 @@ if __name__ == '__main__':
 
     pytest.main(['-s', '-W', 'ignore:Module already imported:pytest.PytestWarning',
                  '--alluredir', '/var/jenkins_home/workspace/qccq/allure-report', '--clean-alluredir'])
-    os.system(r"allure generate.allure-report.'report/html--clean")
+
+    os.system(r"allure generate ./allure-report -o ./report/html --clean")