2011-12-30 15:47:08 +00:00
|
|
|
Feature: Use console.log
|
2011-12-29 23:37:23 +00:00
|
|
|
Scenario: Run a successful test that uses console.log
|
|
|
|
Given there is no existing "spec/report.txt" file
|
2011-12-30 15:47:08 +00:00
|
|
|
When I run `bin/jasmine-headless-webkit -j spec/jasmine/console_log/console_log.yml -f File:spec/report.txt`
|
2011-12-29 23:37:23 +00:00
|
|
|
Then the exit status should be 2
|
|
|
|
And the report file "spec/report.txt" should have 1 total, 0 failures, yes console usage
|
|
|
|
|