Sha256: 3065251be60a699f4de1a6c1128100599f6db0d1e5762fdd526b30b70b4ee98d

Contents?: true

Size: 355 Bytes

Versions: 8

Compression:

Stored size: 355 Bytes

Contents

Feature: Simple

  Scenario Outline:
    Given Something
      | a | a |
      | s | a |
      | s | s |
    Then something else
  @one
    Examples: 1 tag
      | param |

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

Version data entries

8 entries across 8 versions & 1 rubygems

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