ozontech / allure-go

Complete Allure provider in Go which doesn't overload the interface usage
https://t.me/allure_go_chat
Apache License 2.0
306 stars 33 forks source link

How to generate Allure-report #82

Open jackshavryhin opened 11 months ago

jackshavryhin commented 11 months ago

I was able to generate the allure results and allure report locally. I am trying to run this command:

allure generate allure-results --clean -o allure-report

and i getting the below error:

$ allure generate allure-results --clean -o allure-report /scripts-975-835204/step_script: line 181: allure: command not found

Is there an golang version of allure-commandline ?