So, I found this plugin for TeamCity that is supposed to run FitNesse tests https://github.com/EKibort/TeamCityFitnessePlugin
I'm struggling with getting it installed. The instructions in the readme says,
Installation copy Fitnesse.zip
to plugins directory (for windows %USERPROFILE%\.BuildServer\plugins
) and resart TeamCity server
There is no Fitnesse.zip
. Any advice on how to get this installed?
2nd question: Is this the best way to go about running FitNess tests from TeamCity? Any alternate option advice is welcomed.
You have to build the plugin first. Have you read the readme?