allure-framework / allure-pytest

Deprecated, please use https://github.com/allure-framework/allure-python instead
Other
171 stars 83 forks source link

Cannot set description-type in pytest #93

Closed aosheter closed 6 years ago

aosheter commented 8 years ago

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.

Thank you :)

baev commented 8 years ago

Summon @pupssman

pupssman commented 8 years ago

Are you ready to make a contribution? I could provide pointers as from where to start

aosheter commented 8 years ago

Sure why not

sseliverstov commented 6 years ago

fixed in 2.x