-1

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

Mike Stockdale
  • 5,256
  • 3
  • 29
  • 33
Andreas
  • 1,183
  • 1
  • 11
  • 24
  • Can you explain why you need to do this? There may be another way to solve your issue. – Mike Stockdale Jun 24 '19 at 15:34
  • In our enviroment we have a 1:1 ratio from slim clients to fitnesse servers. So we see no benefit in running different processes. Another (probably) solvable reason was, that we had communication problems between slim client and fitnesse server. – Andreas Jun 24 '19 at 15:45

1 Answers1

1

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.

Fried Hoeben
  • 3,247
  • 16
  • 14