Reputation: 901
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.
Upvotes: 0
Views: 1320
Reputation: 901
Figured out I was putting the built plugin in the wrong place. I was following the directions and putting in place on the BUILD AGENT machine, not the BUILD SERVER machine.
Hopefully this helps someone in the future.
Upvotes: 2
Reputation: 5187
You have to build the plugin first. Have you read the readme?
Upvotes: 1