enkessler/cql

View on GitHub
testing/fixtures/features/scenario/simple2/test_full.feature

Summary

Maintainability
Test Coverage
@top-tag
Feature: Test3 Feature
The cat in the hat

  @one
  Scenario: Testing the slurping
    Given something happend
    Then I expect something else

  @two
  Scenario: Testing again
    Given something happend
    Then I expect something else

  @one
  Scenario: Testing yet again
    Given something happend
    Then I expect something else

  @one @two
  Scenario: Testing yet again part 2
    Given something happend
    Then I expect something else