You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing allure-docx on windows with TestNG framework to convert allure report into word format.
My allure-report has @step("") --> import from (import io.qameta.allure.Step).
And when I am trying to convert this into doc I am getting 'type' error and word is not being generated. Can you please tell me how to resolve this ?
Thanks
The text was updated successfully, but these errors were encountered:
You seem to have an attachement that has no type (like "image"). I am not sure if this is supposed to be common behaviour. As of now the library only supports image types to print but should just ignore attachements that have a different type. However if the "type" key is missing, it will throw this error.
If you could provide the json results, this would help.
I am testing allure-docx on windows with TestNG framework to convert allure report into word format.
My allure-report has @step("") --> import from (import io.qameta.allure.Step).
And when I am trying to convert this into doc I am getting 'type' error and word is not being generated. Can you please tell me how to resolve this ?
Thanks
The text was updated successfully, but these errors were encountered: