jediwhale / fitsharp

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

How to start dbfit .net server #173

Closed Luisss closed 2 years ago

Luisss commented 3 years ago

Hi, I have been using the java version of dbfit for a while, but now i have to use the .net version because of sybase support. I can't find documentation on how to start the dbfit .net server.

Any help will be appreciated. Thanks.

jediwhale commented 3 years ago

DBFit .NET tests are run the same as other Fit tests, see: https://fitsharp.github.io/FitSharp/RunTestsWithFitnesse.html You need to add the DBFit libraries to your configuration. see https://fitsharp.github.io/DbFit.html Note: no-one has maintained DBFit .NET for several years so I don't know if it works with current database versions.

Auguronomics commented 3 years ago

Just define at the root level of your project folder on the wiki server side : path : ./dbfit/FitNesseRoot/MySqlProject/content.txt

`!***< default configuration !define COMMAND_PATTERN {%m -r fitnesse.fitserver.FitServer %p}

!define TEST_RUNNER {fitsharp\Runner.exe}

!define PATH_SEPARATOR {;}

!path fitsharp*.dll *!`