Forum Discussion

letstestthisfas's avatar
letstestthisfas
Occasional Contributor
9 years ago

Is there a way to pass in Rest Services endpoint info via the command line (mvn) ?

So, currently, I can run my tests with maven, via this command -    mvn -Denvironment=env1 -DtestSuite= -Dbranch=master -DtestCase= clean test -Dsoapui.environment=env1  I want to be able to simil...