jediwhale / fitsharp

Functional testing tools for .NET

Home Page:http://fitsharp.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnetcore - FitClient communication socket was not received on time

OldSmalltalker opened this issue · comments

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?

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.

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!