SmartBear / testengine-cli

Node based command line interface for ReadyAPI TestEngine.
Apache License 2.0
6 stars 3 forks source link

Support sending a properties.json file #90

Open gpaciga opened 1 year ago

gpaciga commented 1 year ago

The TestEngine API supports sending a JSON file to override project, suite, and case properties at runtime, as documented here: https://support.smartbear.com/testengine/docs/how-to/run-test.html

The CLI should support including a properties file when running tests, e.g. with a --properties <file> option in the run command.