Sha256: a7d40143133f8f51dd715e96479647ee97d11241cf240fc7a0e873543c5411e6

Contents?: true

Size: 799 Bytes

Versions: 5

Compression:

Stored size: 799 Bytes

Contents

Feature: Scan results return useful information

  Model objects are returned in the results of a scan.

  Scenario: Scanned scenario
    Given the following feature file "file1.feature":
    """
    Feature:

      @test_case_1
      Scenario:
        * a step
    """
    And a tag prefix of "@test_case_"
    When the files are scanned
    Then the payload is a model object

  Scenario: Scanned outline
    Given the following feature file "test_file.feature":
    """
    Feature:

      @test_case_7
      Scenario Outline:
        * a step
      Examples: with rows
        | test_case_id | param 1 |
        | 7-1          | value 1 |
    """
    And a tag prefix of "@test_case_"
    When the files are scanned
    Then the payload has a test and a test row

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cuke_cataloger-1.4.1 testing/cucumber/features/test_case_scanning_payload.feature
cuke_cataloger-1.4.0 testing/cucumber/features/test_case_scanning_payload.feature
cuke_cataloger-1.3.1 testing/cucumber/features/test_case_scanning_payload.feature
cuke_cataloger-1.3.0 testing/cucumber/features/test_case_scanning_payload.feature
cuke_cataloger-1.2.0 testing/cucumber/features/test_case_scanning_payload.feature