Sha256: 09738561d1e664bf73e9ea4aa183591444277f9afad49f6021a4182ab2fa0d59

Contents?: true

Size: 511 Bytes

Versions: 8

Compression:

Stored size: 511 Bytes

Contents

Feature: Simple

  @two
  Scenario Outline: Has a table
    Given Something
      | a | a |
      | s | a |
      | s | s |
    Then something else
  Examples:
    | param |

  @one
  Scenario Outline: Next
    Given anything
  Examples:
    | param |

  Scenario Outline: Another
    Given a car
  Examples:
    | param |

  @two
  Scenario Outline: Blah
    Given lalala
  Examples:
    | param |

  @one
  Scenario Outline: Another
    Given a car
  Examples:
    | param |

Version data entries

8 entries across 8 versions & 1 rubygems

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