Sha256: 2a9571cac81ba16853ac70dafc43aaad066a890e9a480740e8472657e2801e1f

Contents?: true

Size: 579 Bytes

Versions: 9

Compression:

Stored size: 579 Bytes

Contents

Feature: Supported Browsers
  In order to release supported browsers are allowed
  @skip
  Scenario Outline: Is Supported
    Given a supported browser <supported_browsers>
    Then the browser is allowed

    Examples:
      | supported_browsers |
      | firefox            |
      | ff                 |
      | chrome             |
      | ie                 |

  @run
  Scenario Outline: Is Not Supported
    Given an unsupported browser <unsupported_browsers>
    Then the browser is not allowed

    Examples:
      | unsupported_browsers |
      | opera                |

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
whirlwind-0.1.8 test/features/browser_types.feature
whirlwind-0.1.7 test/features/browser_types.feature
whirlwind-0.1.6 test/features/browser_types.feature
whirlwind-0.1.5 test/features/browser_types.feature
whirlwind-0.1.4 test/features/browser_types.feature
whirlwind-0.1.3 test/features/browser_types.feature
whirlwind-0.1.2 test/features/browser_types.feature
whirlwind-0.1.1 test/features/browser_types.feature
whirlwind-0.1.0 test/features/browser_types.feature