You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the scenario:
I am using a .bat file to run uiveri5, uiveri5 --params.appHost=https://grcpcrmcontrollibrary-mpstandalone-manualprocedures-srv.cfapps.sap.hana.ondemand.com -- --params.spec=./test.spec.js ../conf_local.js
I want to use the value of params.appHost in a spec. and load the conf.js file like below: let oConf = require('../conf.js');
However, I only get string like '${params.appHost}' in the spec file. what I want is the value of this parameter from .bat file.
Is there any way to achieve this.
Best Regards,
walter
The text was updated successfully, but these errors were encountered:
Hi experts,
Here is the scenario:
I am using a .bat file to run uiveri5,
uiveri5 --params.appHost=https://grcpcrmcontrollibrary-mpstandalone-manualprocedures-srv.cfapps.sap.hana.ondemand.com -- --params.spec=./test.spec.js ../conf_local.js
I want to use the value of params.appHost in a spec. and load the conf.js file like below:
let oConf = require('../conf.js');
However, I only get string like '${params.appHost}' in the spec file. what I want is the value of this parameter from .bat file.
Is there any way to achieve this.
Best Regards,
walter
The text was updated successfully, but these errors were encountered: