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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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.