Menu

Running Jameleon from a batch file

Help
Ayhan Tek
2008-08-26
2013-04-25
  • Ayhan Tek

    Ayhan Tek - 2008-08-26

    I'd like to run Jameleon with Selenium plug-in from a batch file (Like a scheduled job that starts say 1 am in the morning). Is this possible?

     
    • Christian Hargraves

      You can do this with the Ant tasks: http://jameleon.sourceforge.net/antTasks.html. If you used the default test-suite zip file, then you should be able to simply type "./build.sh test.all" or "build test.all" for Windows. You will need to set JAVA_HOME for the scripts to work.

      There are several targets you can call, check out the build.xml file for the targets available.

       

Log in to post a comment.