I am newbie to allure and Pytest. I have created testcases inPpytest framework. For reporting I am using allure. when I execute the allure serve <Reporting foldername> command report shown as NoN%. Is there any plugin missing?
I did not understand where I went wrong. Can anybody assist me to resolve this issue?
When I run
pytest --alluredir=ReportsJSON files are created instead of XML.
Then, I executed
allure generate allure-reportsinside Report folder.
When I run allure serve allure-reports, report shown as Non% even though 5 test cases passed.
Report image:
Pytest report image:
2 Reset to default