Skip to content

Commit

Permalink
clean allure result
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfng committed Nov 27, 2023
1 parent 764bb41 commit 11e2e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gradio_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run_test(input_cmd, params, sub_module):
test_module = sub_module if sub_module else "./tests"
# test_module = "./tests/testcases/bisheng_uns"

allure_set = "--alluredir /app/data/allure-results"
allure_set = "--alluredir /app/data/allure-results --clean-alluredir"
pytest_args = "-p no:warnings -s -v"
if input_cmd:
command = f"{input_cmd} {allure_set}"
Expand Down

0 comments on commit 11e2e2a

Please sign in to comment.