Albacore
Albacore copied to clipboard
Create FitNesse Task
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
You code sample: have you got that code implementation handy for a pull request?