Sha256: c831854a11421c46c267a82f4fd3b06878438b6806a89ebade3d6c75016fe051

Contents?: true

Size: 535 Bytes

Versions: 8

Compression:

Stored size: 535 Bytes

Contents

Feature: Simple 2

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

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

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

  @two
  Scenario Outline: Blah 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/simple2.feature
cql-1.6.0 testing/fixtures/features/scen_outlines/filters/tags2/simple2.feature
cql-1.5.1 testing/fixtures/features/scen_outlines/filters/tags2/simple2.feature
cql-1.5.0 testing/fixtures/features/scen_outlines/filters/tags2/simple2.feature
cql-1.4.2 testing/fixtures/features/scen_outlines/filters/tags2/simple2.feature
cql-1.4.1 testing/fixtures/features/scen_outlines/filters/tags2/simple2.feature
cql-1.4.0 testing/fixtures/features/scen_outlines/filters/tags2/simple2.feature
cql-1.3.0 testing/fixtures/features/scen_outlines/filters/tags2/simple2.feature