Open gpaciga opened 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.
--properties <file>
run
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 therun
command.