Forum Discussion
groovyguy
3 years agoCommunity Hero
If you are using the command line testrunner.bat/testrunner.sh to run your projects, you can see a list of command line parameters and arguments here.
Specifically:
-P<args>
Specifies a value of a project property for the test run. This value will override the variable’s value during the run.
Usage: -P<variable>=<value>. If the value includes spaces, enclose the entire argument in quotes. To override several variable values, specify the -P argument several times.