Skip to content

Commit

Permalink
test: retry service worker system test (#30212)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile authored Sep 10, 2024
1 parent 0a15c8d commit 833b0f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system-tests/test/service_worker_protocol_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ describe('capture-protocol', () => {
})

it(`verifies the types of requests match for a preloaded service worker - ${browser}`, function () {
// retry the system test up to 10 times
// remove the retry logic once the test is stable
// see https://github.com/cypress-io/cypress/issues/29950
this.retries(10)

return systemTests.exec(this, {
key: 'f858a2bc-b469-4e48-be67-0876339ee7e1',
project: 'protocol',
Expand Down

4 comments on commit 833b0f7

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 833b0f7 Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/linux-x64/develop-833b0f727c53f0927f9fa9ccb62abebc60905707/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 833b0f7 Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/linux-arm64/develop-833b0f727c53f0927f9fa9ccb62abebc60905707/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 833b0f7 Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/darwin-arm64/develop-833b0f727c53f0927f9fa9ccb62abebc60905707/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 833b0f7 Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/win32-x64/develop-833b0f727c53f0927f9fa9ccb62abebc60905707/cypress.tgz

Please sign in to comment.