Am following this tutorial to set up jsTestDriver with Visual Studio 2010:
http://slmoloch.blogspot.com/2009/08/how-to-run-jstestdriver-with-visual_02.html
I manage to start the jsTestDriver server and capture a browser but when i try and run the example tests i get the following error:
java.lang.RuntimeException: Oh Snap! No server defined!
at com.google.jstestdriver.config.DefaultConfiguration.getServer(DefaultConfiguration.java:57)
at com.google.jstestdriver.config.Initializer.initialize(Initializer.java:97)
at com.google.jstestdriver.JsTestDriver.runConfigurationWithFlags(JsTestDriver.java:259)
at com.google.jstestdriver.JsTestDriver.runConfiguration(JsTestDriver.java:211)
at com.google.jstestdriver.JsTestDriver.main(JsTestDriver.java:144)
Unexpected Runner Condition: Oh Snap! No server defined!
Use --runnerMode DEBUG for more information.
Being a total noob to this i don't really know where to start debugging this.