I am getting this error:
zsh: command not found: allure
I have installed Allure packages using pip install allure-behave. Also, I have installed allure plugin in pycharm. I am able to make reports for my BDD bahave testcases in .json. However, when I want to check the reports on Allure server using allure serve reports/, I am getting the above mentioned error.
I have tried some debugging, however the error still persists.