Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jan 20, 2011
1 parent 50b4192 commit 5f5da83
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.markdown
Expand Up @@ -6,5 +6,19 @@ Granted, this is a really simple combination, but I ran into a few hurdles on my
cd remote-capybara-cucumber-example
bundle install
bundle exec cucumber

Which should produce output that looks something like:

Feature: Using Google

Scenario: Searching for a term # features/google.feature:3
Given I am on google.com # features/step_definitions/google_steps.rb:1
When I enter "pizza" # features/step_definitions/google_steps.rb:5
Then I should see results # features/step_definitions/google_steps.rb:9

1 scenario (1 passed)
3 steps (3 passed)
0m4.550s


It's currently configured to use `:selenium` as the default driver, but that can be changed in `/features/support/env.rb`.
The project is currently configured to use `:selenium` as the default driver, but that can be changed in `/features/support/env.rb`.

0 comments on commit 5f5da83

Please sign in to comment.