Sha256: 35469b5f5bc8e014c18f4e0a6f7747a8f87a895133f2be5b33f2318fea661e9e

Contents?: true

Size: 900 Bytes

Versions: 33

Compression:

Stored size: 900 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 user calls "push" when 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
      """
    And the exit status should be 1

  @starts-new-os-process
  @network-io
  Scenario: The user calls "cfg apply" when the S3 credentials are invalid
    When I run `s3_website cfg apply`
    And the exit status should be 1

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
s3_website-1.8.2 features/error_reporting.feature
s3_website-1.8.1 features/error_reporting.feature
s3_website-1.8.0 features/error_reporting.feature
s3_website_monadic-0.0.15 features/error_reporting.feature
s3_website_monadic-0.0.14 features/error_reporting.feature
s3_website_monadic-0.0.13 features/error_reporting.feature
s3_website_monadic-0.0.12 features/error_reporting.feature
s3_website_monadic-0.0.11 features/error_reporting.feature
s3_website_monadic-0.0.9 features/error_reporting.feature
s3_website_monadic-0.0.8 features/error_reporting.feature
s3_website_monadic-0.0.7 features/error_reporting.feature
s3_website_monadic-0.0.6 features/error_reporting.feature
s3_website_monadic-0.0.5 features/error_reporting.feature
s3_website-1.7.6 features/error_reporting.feature
s3_website_monadic-0.0.4 features/error_reporting.feature
s3_website_monadic-0.0.3 features/error_reporting.feature
s3_website-1.7.5 features/error_reporting.feature
s3_website_monadic-0.0.2 features/error_reporting.feature
s3_website_monadic-0.0.1 features/error_reporting.feature
s3_website-1.7.4 features/error_reporting.feature