Sha256: 6efcb3fa33acdf0bb6479fa15e5c84acf6b5a5b2518841e480df463cade94e6e

Contents?: true

Size: 648 Bytes

Versions: 1

Compression:

Stored size: 648 Bytes

Contents

Feature: reporting errors to the user

  Background: we want to show a non-technical error report to the user.
    Consequently, we do not print the stack trace of the error.

  @starts-new-os-process
  @network-io
  Scenario: The S3 credentials are invalid
    When I run `s3_website push --site ../../features/support/test_site_dirs/my.blog.com --config_dir ../../features/support/test_site_dirs/my.blog.com`
    Then the output should contain:
      """
      The AWS Access Key Id you provided does not exist in our records. (AWS::S3::Errors::InvalidAccessKeyId)
      """
    And the output should not contain:
      """
      throw
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
s3_website-1.6.4 features/error_reporting.feature