Skip to content

Commit

Permalink
chore: add experimentalMemoryManagement flag to cy-in-cy launchpad te…
Browse files Browse the repository at this point in the history
…sts (#29435)

* chore: add experimentalMemoryManagement flag to cy-in-cy launchpad tests

* Increase launchpad integration resource to large
  • Loading branch information
jennifer-shehane committed Apr 30, 2024
1 parent 20712f8 commit ada2363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@ jobs:
<<: *defaultsParameters
resource_class:
type: string
default: medium
default: large
percy:
type: boolean
default: false
Expand Down
1 change: 1 addition & 0 deletions packages/launchpad/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default defineConfig({
projectId: 'ypt4pf',
viewportWidth: 800,
viewportHeight: 850,
experimentalMemoryManagement: true,
retries: {
runMode: 2,
openMode: 0,
Expand Down

5 comments on commit ada2363

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ada2363 Apr 30, 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.8.2/linux-x64/develop-ada2363aa392597b7545e886933913b16b2ca030/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ada2363 Apr 30, 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.8.2/linux-arm64/develop-ada2363aa392597b7545e886933913b16b2ca030/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ada2363 Apr 30, 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.8.2/win32-x64/develop-ada2363aa392597b7545e886933913b16b2ca030/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ada2363 Apr 30, 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.8.2/darwin-arm64/develop-ada2363aa392597b7545e886933913b16b2ca030/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ada2363 Apr 30, 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.8.2/darwin-x64/develop-ada2363aa392597b7545e886933913b16b2ca030/cypress.tgz

Please sign in to comment.