isa-group/RESTest

Allow to pass specific props options via CLI

AML14 opened this issue · 0 comments

AML14 commented

For example, we may want to use an existing props.properties file, but with a custom deletepreviousresults property. It could be done in two ways:

java -jar restest.jar props.properties deletepreviousresults=true

OR

java -jar restest.jar props.properties deletepreviousresults true