enkessler/cql

View on GitHub
testing/fixtures/features/scen_outlines/filters/tag_count/simple.feature

Summary

Maintainability
Test Coverage
Feature: Simple

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

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