Skip to content
brentsnook edited this page Sep 13, 2010 · 4 revisions

Bumps is configured using the configure call (to be placed inside of support/env.rb, support/hooks.rb or somewhere else under support):

  Bumps.configure { ... }

Push/Pull URLs

  use_server 'http://mycompliantserver.com'

Specifies the root URL of your push/pull server. Bumps will add features/content for the pull URL and features/results for the push URL.

  push_to ‘http://mycompliantserver.com/features/results’

Specifies a custom push URL.

  pull_from 'http://mycompliantserver.com/features/content'

Specifies a custom pull URL.

Results Formatter

  format_results_with Cucumber::Formatter::Html

Specifies the class of the Cucumber formatter that will be used to format the pushed results.

The default formatter is Bumps::JSONFormatter.

Clone this wiki locally