Sha256: 5477efda04ce03a6c0c9f03a2036c22dd30c6cea72a4a2682d329ebe6598305d

Contents?: true

Size: 816 Bytes

Versions: 6

Compression:

Stored size: 816 Bytes

Contents

Feature: Bin - No Full Run
  Background:
    Given there is no existing "spec/report.txt" file

  Scenario: Only run the filtered run
    When I run `bin/jasmine-headless-webkit -j spec/jasmine/filtered_success/filtered_success.yml -f File:spec/report.txt --no-full-run ./spec/jasmine/filtered_success/success_one_spec.js`
    Then the exit status should be 0
      And the report file "spec/report.txt" should have 1 total, 0 failure, no console usage

  Scenario: Use a file outside of the normal test run
    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_other_file.js`
    Then the exit status should be 0
      And the report file "spec/report.txt" should have 1 total, 0 failure, no 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/no_full_run.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.4 features/bin/filtered_run/no_full_run.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.3 features/bin/filtered_run/no_full_run.feature
jasmine-headless-webkit-firstbanco-0.9.0.rc.2 features/bin/filtered_run/no_full_run.feature
jasmine-headless-webkit-0.9.0.rc.2 features/bin/filtered_run/no_full_run.feature
jasmine-headless-webkit-0.9.0.rc1 features/bin/filtered_run/no_full_run.feature