-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1891 from bugsnag/electron-test-updates
Add electron oversized payload tests
- Loading branch information
Showing
6 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Feature: Delivery of errors | ||
|
||
Scenario: Delivery for an oversized error is not retried | ||
Given I launch an app | ||
And I set the next http status code to 400 | ||
And I click "main-oversized" | ||
Then the total requests received by the server matches: | ||
| events | 1 | | ||
And the headers of every event request contains: | ||
| Bugsnag-API-Key | 6425093c6530f554a9897d2d7d38e248 | | ||
| Content-Type | application/json | | ||
| Bugsnag-Integrity | {BODY_SHA1} | | ||
# Check that resend is not attempted next load | ||
When I close the app | ||
And I launch an app | ||
Then the total requests received by the server matches: | ||
| events | 1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters