radish icon indicating copy to clipboard operation
radish copied to clipboard

Support jUnit XML properties

Open timofurrer opened this issue 6 years ago • 1 comments

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

timofurrer avatar Oct 25 '19 07:10 timofurrer

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

github-actions[bot] avatar May 07 '20 13:05 github-actions[bot]

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 avatar Feb 26 '23 17:02 fliiiix

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

tags are now rendered as properties into junit files

fliiiix avatar Aug 12 '23 16:08 fliiiix