“蒋伟” 1 жил өмнө
parent
commit
b5e7711ef0
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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")