18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Running the testRunner without base url
Hi,
Here is my problem :
After the termination of the install setup of the software to be tested, I launch several sahi scripts.
The last script launched send a report email of the state (passed/failed) of the other scripts.
If the install setup failed (because of wrong sql requests in this setup for example,...), the webserver is not running, and then a batch like this :
testrunner.bat SendMail.sah http://127.0.0.1/ firefox
never runs because the URL http://127.0.0.1/ is unreachable because the webserver is not started.
And the email is not sent.
Is it possible tu bypass the need of the base URL ?
Or another solution to send the email in all cases, even if the webserver is not started ?
Thanks.
Here is my problem :
After the termination of the install setup of the software to be tested, I launch several sahi scripts.
The last script launched send a report email of the state (passed/failed) of the other scripts.
If the install setup failed (because of wrong sql requests in this setup for example,...), the webserver is not running, and then a batch like this :
testrunner.bat SendMail.sah http://127.0.0.1/ firefox
never runs because the URL http://127.0.0.1/ is unreachable because the webserver is not started.
And the email is not sent.
Is it possible tu bypass the need of the base URL ?
Or another solution to send the email in all cases, even if the webserver is not started ?
Thanks.