Sha256: f8e3899b0ebc9169be24338849c5b193086df947231471a6a51d1edd6aa7481b

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

@announce
Feature: Security

  Scenario: Bad access token
    Given a git repo
    And a feature "features/test.feature" with:
      """
      Feature:
        Scenario:
          Given passing
      """
    When I set the environment variables to:
      | variable           | value         |
      | CUCUMBER_PRO_TOKEN | invalid-token |
    And I run `cucumber -f Cucumber::Pro -o /dev/null -f pretty`
    And the stderr should contain "Access denied"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-pro-0.0.13 features/security.feature