jasmine-headless-webkit/features/bin/try_to_click_a_button.feature
2011-12-30 10:47:08 -05:00

8 lines
390 B
Gherkin

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`
Then the exit status should be 0
And the report file "spec/report.txt" should have 0 total, 0 failures, no console usage