We want to start the Slim client in the same virtual machine as the Fitnesse server. Is this possible?
I found only options for other ports or remote slim servers.
regards Andreas
We want to start the Slim client in the same virtual machine as the Fitnesse server. Is this possible?
I found only options for other ports or remote slim servers.
regards Andreas
Try adding &debug
to your suite or test URL (when the test is triggered).
See http://fitnesse.org/FitNesse.UserGuide.AdministeringFitNesse.RestfulServices
So for instance http://localhost:9090/HsacExamples.SlimTests.UtilityFixtures.CompareFixtureTest?test&debug
But please note you must make sure your fixture classes are on the wiki's classpath. Any !path
lines are ignored.