GWT JUnit launch configurations do not provide a way for specifying runStyles. What can I do to work around this?
If you want to use runStyles, you can always specify -Dgwt.args=”-runStyle XYZ” in the launch configuration’s VM arguments text box. Note that doing this will override any settings specified in the GWT JUnit tab of the launch configuration. For more information on GWT’s JUnit support, please see GWT Developer’s Guide – Testing.