radish-bdd / radish

Behavior Driven Development tooling for Python. The root from red to green.
https://radish-bdd.github.io
MIT License
180 stars 49 forks source link

Support jUnit XML properties #384

Closed timofurrer closed 1 year ago

timofurrer commented 4 years ago

Support jUnit XML properties in the already existing extension. The properties should origin from the Feature Description like:

Feature: XML Properties
    This is arbitrary text and shouldn't be treated as
    a property. Even with a colon in it.

    Property A: foo
    Property B: bla

Also see #387

github-actions[bot] commented 4 years ago

This Issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days

fliiiix commented 1 year ago

since this would allow only on set per feature for all scenarios lets opt for adding the tags to the specific testcase as properties

fliiiix commented 1 year ago

kinda fixed with https://github.com/radish-bdd/radish/pull/451

tags are now rendered as properties into junit files