How to config for allure reports in pycharm. I have installed allure and also configured environment variables. | Selenium Python Forum
P
Piyush Jethwa Posted on 07/08/2021

0
09914040666 Replied on 26/08/2021

Hi, 

You have to provide the argument in the configuration for the generation of reports. The argument is "--alluredir='path where reports are to be generated'". In addition to this, you also have to add the allure package in the project, you can do that from File->Settings->Project->Project Interpreter. Just click on "+" button to add he desired package.