You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: google.ru
It should be up
Scenario: Visiting home page # features/google.ru/bidding.feature:4
When I go to "http://google.ru" # features/steps/http_steps.rb:11
Then the request should succeed # features/steps/http_steps.rb:64
1 scenario (1 passed)
2 steps (2 passed)
0m0.432s
when run the same in `absolute' flavour I have :
$ cd
$ cucumber-nagios /home/melezhik/repos/SandBox/trunk/melezhik/cucumber/google.ru/features/google.ru/bidding.feature --pretty --debug
cucumber --format pretty /home/melezhik/repos/SandBox/trunk/melezhik/cucumber/google.ru/features google.ru/bidding.feature
Feature: google.ru
It should be up
Scenario: Visiting home page # /home/melezhik/repos/SandBox/trunk/melezhik/cucumber/google.ru/features/google.ru/bidding.feature:4
When I go to "http://google.ru" # /home/melezhik/repos/SandBox/trunk/melezhik/cucumber/google.ru/features/google.ru/bidding.feature:5
Then the request should succeed # /home/melezhik/repos/SandBox/trunk/melezhik/cucumber/google.ru/features/google.ru/bidding.feature:6
1 scenario (1 undefined)
2 steps (2 undefined)
0m0.002s
You can implement step definitions for undefined steps with these snippets:
When /^I go to "([^"]*)"$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
Then /^the request should succeed$/ do
pending # express the regexp above with the code you wish you had
end
The text was updated successfully, but these errors were encountered:
when run the same in `absolute' flavour I have :
The text was updated successfully, but these errors were encountered: