Ghost Client options / Command line examples |
Run tests behaving as different front-ends.
In the syntax of the following command line examples it is assumed that the GGC package was unzipped in the same directory where you are running the Launcher, and that your environment is configured to run Java and the GGC, see Configure your environment for Ghost Client.
java com.fourjs.ggc.Launcher -u http://localhost:6394/ua/r/myapp -s path.to.mySessionManager.mySessionManager
java com.fourjs.ggc.Launcher -u http://<host>:<port>/gas/ua/r/<group>/<myapp> -s path.to.mySessionManager.mySessionManager --all_mode
This example is basically the same instruction but with the addition of the --all_mode option at the end to specify that the test is to be run for all clients. Note, the front-end you specify in the URL will be the first one to be run.