I am trying to integrate allure report generation utility with py.test framework. I have installed allure on linux with following command:
$ wget https://github.com/allure-framework/allure-core/releases/download/allure-core-1.5.2/allure-commandline.tar.gz
$ tar -xvf allure-commandline.tar.gz
$ cd bin/
$ ls
allure allure.bat
But when I try to run allure command, I see following error:
$ allure
allure: Command not found.
Can someone help me fixing this issue?