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

Create FitNesse Task #97

Open
brettveenstra opened this issue Aug 1, 2010 · 1 comment
Open

Create FitNesse Task #97

brettveenstra opened this issue Aug 1, 2010 · 1 comment

Comments

@brettveenstra
Copy link
Contributor

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
@haf
Copy link
Collaborator

haf commented Jan 31, 2012

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

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

No branches or pull requests

2 participants