Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Dec 3, 2024
1 parent 58b3ea8 commit 67464a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def test(card="novus100g"):
)

def generate_allure_report():
if os.path.exists("$HOME/allure-report"):
print("Path exists")

run(["mkdir -p allure-results/history"])
run(["cp -r $HOME/allure-report/history/* allure-results/history/"])
Expand Down

0 comments on commit 67464a0

Please sign in to comment.