When generating a report, pytest-allure-adaptor returns the following XML file.
<test-cases>
<test-case start="1459432344326" status="passed" stop="1459432471926">
<name>My first test</name>
<description>This is the description</description>
....
I noticed there's no description-type, and from the documentation, I couldn't find a way to add markdown to my descriptions. I've talked with @baev and he suggested I open an issue. Having this feature would be great for our group.
When generating a report, pytest-allure-adaptor returns the following XML file.
I noticed there's no description-type, and from the documentation, I couldn't find a way to add markdown to my descriptions. I've talked with @baev and he suggested I open an issue. Having this feature would be great for our group.
Thank you :)