update run

This commit is contained in:
谈林海 2023-04-24 17:03:30 +08:00
parent fd7af52cd0
commit 24897837d8
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -17,7 +17,7 @@ def run(mark):
开始执行项目...
""")
TestCaseAutoCreate().generate_test_case()
# TestCaseAutoCreate().generate_test_case()
try:
pytest.main(['test_cases', f'-m={mark}', '--clean-alluredir', '--alluredir=allure-results'])
os.system("allure generate -c -o allure-report")