allure-framework / allure-python

Allure integrations for Python test frameworks
https://allurereport.org/
Apache License 2.0
719 stars 235 forks source link

How to use allure-python-commons? Any documentation? #749

Closed albertwangnz closed 1 year ago

albertwangnz commented 1 year ago

Hi all,

Does anyone know how to use allure-python-commons? Is there any documentation?

My company has an in-house test framework that generates test results in json file. I want to convert the data in the json file to Allure results that can be used by Allure to generate Allure report.

I tried to find a way to do it and finally I was redirected to the package allure-python-commons. But I could not find any document about how to use allure-python-commons.

Any help will be appreciated.

Thank you.

Regards, Albert

ghost commented 1 year ago

Hi, Albert.

Sorry, neither the docs are available, nor can I tell you if and when they will be :(

For now, the best thing I can advise is to look into existing integrations (especially, into allure-pytest, as it's the most complete one) on how the stuff from allure_commons is used there.

We have another issue to track the (hopefully) future work on such docs: #590. If you don't have more questions, I will close this one as a duplicate in a week or two.

albertwangnz commented 1 year ago

Hi, Albert.

Sorry, neither the docs are available, nor can I tell you if and when they will be :(

For now, the best thing I can advise is to look into existing integrations (especially, into allure-pytest, as it's the most complete one) on how the stuff from allure_commons is used there.

We have another issue to track the (hopefully) future work on such docs: #590. If you don't have more questions, I will close this one as a duplicate in a week or two.

maksim-m-stepanov

Hi @maksim-m-stepanov Thank you for your reply. Sorry I didn't find the existing one. I will close this. Cheers.

Albert