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.
How to Run suite file in a single thread
Hi,
When I am running suite file (it contains multiple .sah files) from command line all .sah files are running simultaneously but I would like to run each file one after another, could you please suggest how to do that.
Note:- I go solution for ant not through command line.
Thanks,
Lokesh.
When I am running suite file (it contains multiple .sah files) from command line all .sah files are running simultaneously but I would like to run each file one after another, could you please suggest how to do that.
Note:- I go solution for ant not through command line.
Thanks,
Lokesh.
This discussion has been closed.
Comments
Kindly have a look at below URL:
http://sahi.co.in/forums/viewtopic.php?id=2496
Regards
Sumitra
Is this answer relevant to my question? I already mentioned I got the same solution but I think this is for running through ANT but I am looking for running through command line.
ex:-
<target name="runbrowsertests">
<sahi suite="../userdata/scripts/demo/demo.suite"
browserType="firefox"
baseurl="http://sahi.co.in/demo/"
sahihost="localhost"
sahiport="9999"
failureproperty="sahi.failed"
haltonfailure="false"
threads="1"
>
<report type="html" />
</sahi>
</target>
Thanks,
Lokesh.
By changing <capacity>1</capacity> in configure it is working.
Thanks,
Lokesh.
The link which i had given does points you that you can change the <capacity>1</capacity> which would run each file one after another.
Closing the ticket.
Regards
Sumitra