Sha256: a6e779c2167feade357da647d8cc77d8c1aa0fec95655204654720b1b00cc347

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 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 |
  | handled_on_error        |
  | unhandled_on_error      |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bugsnag-6.15.0 features/plain_features/ignore_report.feature