18 January 2026:


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.

Multiple script directories

testsahitestsahi Members
edited November -1 in Sahi - Open Source
Is there a way to have multiple script directories from the Script directory drop down list ?

Comments

  • Hi,

    go to /sahi/config.
    open sahi.properties with any text editor.
    you will find a variable:
    scripts.dir=../scripts;
    to add new directory simply add the path after semicolon.. you can add as many as you want.
    eg. if I have a directory "abc" in sahi folder than i can add it like:
    scripts.dir=../scripts;../abc;

    Regards,
    pankaj
Sign In or Register to comment.