Reputation: 33
I am running readyapi from command line and passing a properties file as an system option. The properties are successfully resolved in most of the cases (rest api endpoint, database connection), the only problem seems to be in the kafka configuration, specifically in the "Connection Settings" tab.
The command executed is:
"path\to\testrunner.bat" "-sTest Suite" "-cTest Case" -r -j -f${WORKSPACE} "-RJUnit-Style HTML Report" -FXML -EDEFAULT -Dsoapui.properties="properties.txt" path\to\readyapi-project.xml
I have tried to access the property with all the possible options provided here: https://support.smartbear.com/readyapi/docs/testing/properties/expansion.html#scopes.
Can you please advice on how can I dynamically pass the properties to the kafka connection settings?
Upvotes: 0
Views: 167