Allure Report unknown unknown - NoN%

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=Reports

JSON files are created instead of XML.

Then, I executed

allure generate allure-reports

inside Report folder. When I run allure serve allure-reports, report shown as Non% even though 5 test cases passed.

Report image:

enter image description here

Pytest report image:

enter image description here

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like