teak
10 years agoContributor
Environment handling
Is there a way to have the domain of my endpoints variable? like in postman I would set a {{url}} parameter which i could set different environments. I would like to run the tests after a bu...
- 7 years ago
If you're using command line option then pass /DoNotShowLog in the parameter.
/DoNotShowLog - If this argument is specified, TestExecute does not show test results automatically after the test run is over. If the argument is not specified, test results are shown in Internet Explorer right after the test has finished.
more info:https://support.smartbear.com/testexecute/docs/running/automating/command-line/command-line.html
otherwise, you can disable that log show up by using below link https://support.smartbear.com/testexecute/docs/logs/disabling-logs.html