radish
radish copied to clipboard
Support jUnit XML properties
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
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
since this would allow only on set per feature for all scenarios lets opt for adding the tags to the specific testcase as properties
kinda fixed with https://github.com/radish-bdd/radish/pull/451
tags are now rendered as properties into junit files