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.
Start and close Sahi over ant file. Is it possible?
Hi,
I have Jenkins machine which takes scripts from the repository and sends it to master machine with Sahi pro and then calls the slave machine with Sahi runner. How could I start and could I start Sahi pro and Sahi runner on those machines from ant file and close them all after the execution of the test. I found how to stop Sahi
<antcall target="stopsahi"/>
<target name="stopsahi" description="stop sahi server">
<sahi stop="true" sahihost="localhost" sahiport="9999"/>
</target>
Or I need to start Sahi over bat file?
I have Jenkins machine which takes scripts from the repository and sends it to master machine with Sahi pro and then calls the slave machine with Sahi runner. How could I start and could I start Sahi pro and Sahi runner on those machines from ant file and close them all after the execution of the test. I found how to stop Sahi
<antcall target="stopsahi"/>
<target name="stopsahi" description="stop sahi server">
<sahi stop="true" sahihost="localhost" sahiport="9999"/>
</target>
Or I need to start Sahi over bat file?