Launch tests with direct connection

Run the integrity tests in direct connection mode.

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.

To run the integrity tests for the demo application from a stand-alone DVM, using the direct connection mode, you run this command:

java com.fourjs.ggc.Launcher  -s com.fourjs.ggc.testcases.IntegrityTestsSessionManager --command "fglrun demo"

In this example a URL is not used to launch the application. Therefore instead of the -u option, the Launcher is run with just the -s option and the path to the session manager.

The --command option is added to call the DVM to launch the application for testing.
Note: The DVM command line to launch the application needs to be passed in double quotes (" fglrun demo").