Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start dbfit .net server #173

Closed
Luisss opened this issue Oct 10, 2020 · 2 comments
Closed

How to start dbfit .net server #173

Luisss opened this issue Oct 10, 2020 · 2 comments

Comments

@Luisss
Copy link

Luisss commented Oct 10, 2020

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
Copy link
Owner

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
Copy link
Contributor

Auguronomics commented Apr 20, 2021

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
*!`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants