Sha256: 517092f737f1d08f87d91c15126b08d8ec609ea15a7c3a5aa119cc68fd34fe75

Contents?: true

Size: 767 Bytes

Versions: 6

Compression:

Stored size: 767 Bytes

Contents

Feature: Auto notify configuration option

Background:
  Given I set environment variable "BUGSNAG_API_KEY" to "a35a2a72bd230ac0aa0f52715bbdc6aa"
  And I configure the bugsnag endpoint

Scenario Outline: When Auto-notify is false notifications are not sent
  Given I set environment variable "RUBY_VERSION" to "<ruby version>"
  And I set environment variable "BUGSNAG_AUTO_NOTIFY" to "false"
  And I have built the service "plain-ruby"
  And I run the service "plain-ruby" with the command "bundle exec ruby configuration/send_unhandled.rb"
  And I wait for 1 second
  Then I should receive 0 requests

  Examples:
  | ruby version |
  | 1.9.3        |
  | 2.0          |
  | 2.1          |
  | 2.2          |
  | 2.3          |
  | 2.4          |
  | 2.5          |

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bugsnag-6.12.2 features/plain_features/auto_notify.feature
bugsnag-6.12.1 features/plain_features/auto_notify.feature
bugsnag-6.12.0 features/plain_features/auto_notify.feature
bugsnag-6.11.1 features/plain_features/auto_notify.feature
bugsnag-6.11.0 features/plain_features/auto_notify.feature
bugsnag-6.10.0 features/plain_features/auto_notify.feature