]
Bartosz Majsak commented on ARQ-2059:
-------------------------------------
I believe it's not available in the current version. If you are still interested in
this feature let us know.
Arquillian Governor Jira get Value from properties
---------------------------------------------------
Key: ARQ-2059
URL:
https://issues.jboss.org/browse/ARQ-2059
Project: Arquillian
Issue Type: Feature Request
Components: Configuration
Environment: In Arquillian Governor Jira, how set I issues from properties fiel
in value field??
Reporter: Rafael Garcia
Priority: Minor
Hi,
In Arquillian Governor Jira, how set I issues from properties fiel in value field??
For example:
In properties file
{noformat}
key.issue=PBT-2
{noformat}
In test.java
@Jira(value = "*{color:red}${key.issue}{color}*")
public void exampleTest() {...}
Thanks in advance