Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/browser/features/cause.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@skip_ie_8 @skip_ie_9 @skip_ie_10 @skip_ie_11 @skip_firefox_30 @skip_safari_6
@skip_ie_11
Feature: Error.cause

@requires_error_cause
Expand Down
1 change: 0 additions & 1 deletion test/browser/features/delivery.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Feature: Delivery of errors

@skip_ie_10
Scenario: Delivery is attempted oversized payloads
When I set the HTTP status code for the next "POST" request to 400
And I navigate to the test URL "/delivery/script/oversized.html"
Expand Down
2 changes: 1 addition & 1 deletion test/browser/features/network_breadcrumbs.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@network_breadcrumbs @skip_ie_8 @skip_ie_9
@network_breadcrumbs
Feature: Network breadcrumbs

Bugsnag error reports should include breadcrumbs for network requests, including those made using fetch, and xml http requests.
Expand Down
2 changes: 1 addition & 1 deletion test/browser/features/plugin_angular.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@plugin_angular

# Skipped on older Safari versions not supported by Angular 10 - Angular renders the fixture component twice, causing duplicate events to be reported
@skip_safari_10 @skip_before_ios_12
@skip_safari_10
Feature: Angular support

@requires_promise
Expand Down
2 changes: 0 additions & 2 deletions test/browser/features/plugin_vue.feature
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@plugin_vue
Feature: Vue support

# Skipped on IE <=10, see https://github.com/vuejs/vue/issues/12837
@skip_ie_8 @skip_ie_9 @skip_ie_10
Scenario: basic error handler usage
When I navigate to the test URL "/plugin_vue/webpack4/index.html"
Then I wait to receive an error
Expand Down
11 changes: 4 additions & 7 deletions test/browser/features/web_worker.feature
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# browsers that do not support web workers
@skip_ie_8 @skip_ie_9

# browsers that currently throw errors in our test fixtures
@skip_ie_10 @skip_ie_11 @skip_chrome_43 @skip_edge_17 @skip_safari_10 @skip_before_ios_12
# browsers that currently throw errors in our test fixtures
@skip_ie_11 @skip_chrome_43 @skip_edge_17 @skip_safari_10

Feature: worker notifier

Expand All @@ -17,7 +14,7 @@ Feature: worker notifier
Scenario: config.autoDetectErrors defaults to false
Given I navigate to the test URL "/web_worker/worker_auto_detect_errors/default"
Then I should receive no errors

Scenario: setting config.autoDetectErrors option to true
Given I navigate to the test URL "/web_worker/worker_auto_detect_errors/enabled"
And I wait to receive an error
Expand Down Expand Up @@ -48,7 +45,7 @@ Feature: worker notifier
Then the session is a valid browser payload for the session tracking API

# Not supported on Safari https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Integrity-Policy#browser_compatibility
@skip_safari_16 @skip_ios_12
@skip_safari_16
Scenario: Integrity headers are set when setPayloadChecksums is true
When I navigate to the test URL "/web_worker/integrity"
And I wait to receive an error
Expand Down
1 change: 0 additions & 1 deletion test/node/features/koa-1x.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@skip_before_node_8
Feature: @bugsnag/plugin-koa (koa v1.x support)

Background:
Expand Down
1 change: 0 additions & 1 deletion test/node/features/koa-1x_disabled.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@skip_before_node_8
Feature: @bugsnag/plugin-koa (koa v1.x support) autoDetectErrors=false

Background:
Expand Down
1 change: 0 additions & 1 deletion test/node/features/koa.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@skip_before_node_8
Feature: @bugsnag/plugin-koa

Background:
Expand Down
1 change: 0 additions & 1 deletion test/node/features/koa_disabled.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@skip_before_node_8
Feature: @bugsnag/plugin-koa autoDetectErrors=false

Background:
Expand Down
1 change: 0 additions & 1 deletion test/node/features/webpack.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@skip_before_node_6
@skip_node_18
Feature: Webpack bundling support for node apps

Expand Down