jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

dotnetcore - FitClient communication socket was not received on time #158

Closed OldSmalltalker closed 5 years ago

OldSmalltalker commented 5 years ago

Can not get Fitnesse to work at all with .net core fixtures.

I constantly get: "FitClient communication socket was not received on time" I have tried 2 different machines.

I am using latest Fitnesse 20190421 and latest 2.7 FitSharp.

pinpointed issue here:

image

It just hangs. I have turned off Windows Firewall on each machine... no workie. Here are my Fitnesse settings:

image

What am I missing?

jediwhale commented 5 years ago

Do you have the correct Runner in the suite config file?

The Suite Configuration File contains information required to run our tests: The Runner tag indicates the class that runs the tests: fitnesse.fitserver.FitServer for Fit tests or fitSharp.Slim.Service.Runner for Slim tests.

OldSmalltalker commented 5 years ago

Do you have the correct Runner in the suite config file?

The Suite Configuration File contains information required to run our tests: The Runner tag indicates the class that runs the tests: fitnesse.fitserver.FitServer for Fit tests or fitSharp.Slim.Service.Runner for Slim tests.

Yes that was it. That makes sense. Was not 100% clear in documentation. Thank you!