Sha256: 4a7d28cdf6658fe3ee6d9b6e1b538cfc47bb9a499aa7866325380d20dc1f5ce8

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

Feature: Bin - Filtered Run - Both Runs
  Background:
    Given there is no existing "spec/report.txt" file

  Scenario: Run one and fail
    When I run `bin/jasmine-headless-webkit -j spec/jasmine/filtered_failure/filtered_failure.yml -f File:spec/report.txt ./spec/jasmine/filtered_failure/failure_spec.js`
    Then the exit status should be 1
      And the report file "spec/report.txt" should have 1 total, 1 failure, no console usage

  Scenario: Run both and succeed
    When I run `bin/jasmine-headless-webkit -j spec/jasmine/filtered_success/filtered_success.yml -f File:spec/report.txt ./spec/jasmine/filtered_success/success_one_spec.js`
    Then the exit status should be 0
      And the report file "spec/report.txt" should have 2 total, 0 failures, no console usage

  Scenario: Run both with console.log
    When I run `bin/jasmine-headless-webkit -j spec/jasmine/filtered_success_with_console/filtered_success.yml -f File:spec/report.txt ./spec/jasmine/filtered_success_with_console/success_one_spec.js`
    Then the exit status should be 2
      And the report file "spec/report.txt" should have 2 total, 0 failures, yes console usage

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
jasmine-headless-webkit-firstbanco-0.9.0.rc.5 features/bin/filtered_run/both_runs.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.4 features/bin/filtered_run/both_runs.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.3 features/bin/filtered_run/both_runs.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.2 features/bin/filtered_run/both_runs.feature
jasmine-headless-webkit-0.9.0.rc.2 features/bin/filtered_run/both_runs.feature
jasmine-headless-webkit-0.9.0.rc1 features/bin/filtered_run/both_runs.feature