jasmine-headless-webkit/features/bin/try_to_click_a_button.feature

8 lines
390 B
Gherkin
Raw Permalink Normal View History

2011-12-29 23:37:23 +00:00
Feature: Bin - Try to Click A Button
Scenario: Don't leave page when clicking a button
Given there is no existing "spec/report.txt" file
When I run `bin/jasmine-headless-webkit -j spec/jasmine/click_button/click_button.yml -f File:spec/report.txt`
2011-12-29 23:37:23 +00:00
Then the exit status should be 0
And the report file "spec/report.txt" should have 0 total, 0 failures, no console usage