6 lines
303 B
Gherkin
6 lines
303 B
Gherkin
|
Feature: Bin - Success with JS Error
|
||
|
Scenario: Succeed
|
||
|
Given there is no existing "spec/report.txt" file
|
||
|
When I run `bin/jasmine-headless-webkit -j spec/jasmine/success_with_error/success_with_error.yml --format HeadlessFileReporter --out spec/report.txt`
|
||
|
Then the exit status should be 1
|