Albacore icon indicating copy to clipboard operation
Albacore copied to clipboard

Create FitNesse Task

Open brettveenstra opened this issue 15 years ago • 1 comments

Using the command line [REST calls|http://fitnesse.org/FitNesse.UserGuide.CommandLineRestCommands], you can run your FitNesse Acceptance tests.

Currently, DbFit is what we use and it'd be great to have integration with Albacore!

desc "Run a Suite of Tests"
fit-suite :suiteA do |fit|
  fit.jar_file_path = some_path
  fit.suite = "SomeSuitePageName"
  fit.fitnesse_root_path = some_other_path
end

brettveenstra avatar Aug 01 '10 23:08 brettveenstra

You code sample: have you got that code implementation handy for a pull request?

haf avatar Jan 31 '12 12:01 haf