Skip to content

Commit

Permalink
chore: skip rerun tests inside driver integration for chromium browse… (
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker authored Mar 21, 2024
1 parent 75eba1e commit ef66293
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/driver/cypress/e2e/e2e/rerun.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ if (window.top.runCount == null) {

const isTextTerminal = Cypress.config('isTextTerminal')

describe('rerun state bugs', () => {
// TODO: UNSKIP this for chromium browsers. @see https://github.com/cypress-io/cypress/issues/29181
describe('rerun state bugs', { browser: {
family: '!chromium',
} }, () => {
// NOTE: there's probably other ways to cause a re-run
// event more programatically (like firing it through Cypress)
// but we get the hashchange coverage for free on this.
Expand Down

5 comments on commit ef66293

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef66293 Mar 21, 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.7.1/linux-x64/develop-ef6629335c8a931cfeb2674fd6c0f9840ffbddbe/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef66293 Mar 21, 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.7.1/linux-arm64/develop-ef6629335c8a931cfeb2674fd6c0f9840ffbddbe/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef66293 Mar 21, 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 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.7.1/darwin-x64/develop-ef6629335c8a931cfeb2674fd6c0f9840ffbddbe/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef66293 Mar 21, 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.7.1/darwin-arm64/develop-ef6629335c8a931cfeb2674fd6c0f9840ffbddbe/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ef66293 Mar 21, 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.7.1/win32-x64/develop-ef6629335c8a931cfeb2674fd6c0f9840ffbddbe/cypress.tgz

Please sign in to comment.