Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.9
-
Labels:None
-
Number of attachments :
Description
In my verify.groovy script I'd like to access properties declared in the invoker's config:
<configuration>
<properties>
<prop1>val1</prop1>
</properties>
</configuration>
In my verify.groovy script I'd like to use these properties, too, e.g. by using System.getProperty("prop1") but that returns null.
Issue Links
- is related to
-
MINVOKER-141
passing own properties to all scripts
-
- supercedes
-
MINVOKER-141
passing own properties to all scripts
-