Sha256: a88363d818bc9db67d1a689c2b0f0b976e82eb797ee821ce271a2211f61e9a18

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 Bytes

Contents

Feature: Plain ignore report

Scenario Outline: A reports severity can be modified
  Given I set environment variable "CALLBACK_INITIATOR" to "<initiator>"
  When I run the service "plain-ruby" with the command "bundle exec ruby report_modification/ignore_report.rb"
  And I wait for 1 second
  Then I should receive no requests

  Examples:
  | initiator               |
  | handled_before_notify   |
  | unhandled_before_notify |

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bugsnag-6.14.0 features/plain_features/ignore_report.feature
bugsnag-6.13.1 features/plain_features/ignore_report.feature
bugsnag-6.13.0 features/plain_features/ignore_report.feature