jediwhale / fitsharp

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

Root page definition for fitsharp •net 5 framework #182

Closed zariab123 closed 1 year ago

zariab123 commented 2 years ago

Hi my code is in .net 5 framework and I want to update fitsharp to .net 5 I need to setup the root page to run fitnesse test page. I am unable to fine root page definition example for fitsharp .net 5

Fitsharp .net 5 also contains runner.dll instead of runner.exe

mikestockdale commented 2 years ago

Should be the same as .Net Core:

!define COMMAND_PATTERN {%m pathToFitSharp\Runner.dll -c suiteconfig %p}
!define TEST_RUNNER {dotnet}