You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining multiple phases for a step there is no way to append specific phase.
In my opinion this could be possible at least for named phases, e.g. like:
main.fmf:
report:
- how: html
- how: polarionname: polarion-reportupload: False
nested.fmf
report+:
- name+: polarion-reporttitle: some useful title
The text was updated successfully, but these errors were encountered:
As fmf does not know anything about name being a special key, it would be probably needed to introduce some general way how to identify a matching list item. Perhaps a dedicated suffix could help here?
report+:
- name=: polarion-reporttitle: some useful title
This would give also some more flexibility for choosing step phases to be modified:
When defining multiple phases for a step there is no way to append specific phase.
In my opinion this could be possible at least for named phases, e.g. like:
main.fmf:
nested.fmf
The text was updated successfully, but these errors were encountered: