Skip to content

Commit

Permalink
allure
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 5, 2024
1 parent d2a4646 commit f1d2485
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion do.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ def test(card="novus100g"):
)

def generate_allure_report():

run(["sudo apt-get install default-jre",
"wget https://github.com/allure-framework/allure2/releases/tag/2.32.0/allure_2.32.0-1_all.deb",
"sudo dpkg -i allure_2.18.1-1_all.deb",])

run(
[
"allure generate allure-results -c -o allure-report",
Expand Down

0 comments on commit f1d2485

Please sign in to comment.