Forum Discussion
Debz
8 years agoContributor
Hi! I think what my coworkers used was Groovy script. Then they added property lines in the project file (.xml), not in the pom file. Set the property name to match the environment name. afterwards. the value will be the test case names that you want to run separated by commas.
<con:property> <con:name>"Environment Name"</con:name> <con:value>"Test Case 1","Test Case 2"</con:value> </con:property>
Related Content
- 8 years ago
- 9 years ago