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
It would be interesting to be able to define categories or traits based on the actual value of the local-variable. As local-variables are evaluated at load-time, there is no blocking point to implement this.
<testname="~My super test for {@time:MMM}">
<instance-settling>
<local-variablename="time">…</local-variable>
<categorie>@time</categorie>
<categorie>~{@time:MMM}</categorie>
<traitname="year">~{@time:YYYY}</trait>
</instance-settling>
...
</test>
The text was updated successfully, but these errors were encountered:
Seddryck
changed the title
Use local-variables to define categories and traits
Use local-variables to define categories and traits or customize title
Jan 5, 2019
Seddryck
changed the title
Use local-variables to define categories and traits or customize title
Use local-variables to define categories and traits or customize test's name
Jan 5, 2019
It would be interesting to be able to define categories or traits based on the actual value of the local-variable. As local-variables are evaluated at load-time, there is no blocking point to implement this.
The text was updated successfully, but these errors were encountered: