Sha256: 08b8cbd9e02a13bf3676b5751b6d397558fe801b48fcd651d9792e27e3e87f48

Contents?: true

Size: 374 Bytes

Versions: 8

Compression:

Stored size: 374 Bytes

Contents

Feature: Simple2

  @one @two @three
  Scenario Outline: 3 tags
    Given Something
      | a | a |
      | s | a |
      | s | s |
    Then something else
  Examples:
    | param |

  @one @two @three @four
  Scenario Outline: 4 tags
    Given Something
      | a | a |
      | s | a |
      | s | s |
    Then something else
  Examples:
    | param |

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cql-1.7.0 testing/fixtures/features/scen_outlines/filters/tag_count/simple2.feature
cql-1.6.0 testing/fixtures/features/scen_outlines/filters/tag_count/simple2.feature
cql-1.5.1 testing/fixtures/features/scen_outlines/filters/tag_count/simple2.feature
cql-1.5.0 testing/fixtures/features/scen_outlines/filters/tag_count/simple2.feature
cql-1.4.2 testing/fixtures/features/scen_outlines/filters/tag_count/simple2.feature
cql-1.4.1 testing/fixtures/features/scen_outlines/filters/tag_count/simple2.feature
cql-1.4.0 testing/fixtures/features/scen_outlines/filters/tag_count/simple2.feature
cql-1.3.0 testing/fixtures/features/scen_outlines/filters/tag_count/simple2.feature