Sha256: 2da0b9c716f2d8212406c324fa417192b178dd185fce243bcfaab90269890162

Contents?: true

Size: 797 Bytes

Versions: 2

Compression:

Stored size: 797 Bytes

Contents

Feature: Scan results return useful information

  Test 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 test 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

2 entries across 2 versions & 1 rubygems

Version Path
cuke_cataloger-1.1.0 features/test_case_scanning_payload.feature
cuke_cataloger-1.0.0 features/test_case_scanning_payload.feature