Created
March 3, 2011 22:12
-
-
Save ajayjapan/853726 to your computer and use it in GitHub Desktop.
Timeout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ cucumber | |
Feature: Test | |
Background: # features/example.feature:3 | |
Given "sonar.xcodeproj" is loaded in the simulator # iCuke-0.6.3/lib/icuke/cucumber.rb:197 | |
execution expired (Timeout::Error) | |
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/timeout.rb:60:in `launch' | |
features/example.feature:4:in `Given "sonar.xcodeproj" is loaded in the simulator' | |
Scenario: User views the About screen # features/example.feature:6 | |
When I tap "About" # iCuke-0.6.3/lib/icuke/cucumber.rb:227 | |
Then I should see "Author:" # iCuke-0.6.3/lib/icuke/cucumber.rb:219 | |
Failing Scenarios: | |
cucumber features/example.feature:6 # Scenario: User views the About screen | |
1 scenario (1 failed) | |
3 steps (1 failed, 2 skipped) | |
0m30.319s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment