Skip to content

Commit

Permalink
chore: add optimized deps to reduce CI flake for CT tests (#22564)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 authored Jul 14, 2022
1 parent c9e2c0a commit 1c44eae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,20 @@
"vite": {
"optimizeDeps": {
"include": [
"@cypress/parse-domain",
"@headlessui/vue",
"@iconify/iconify",
"@percy/cypress",
"@testing-library/cypress/add-commands",
"@toycode/markdown-it-class",
"@urql/exchange-execute",
"@urql/vue",
"@vueuse/core",
"ansi-to-html",
"bluebird",
"cypress-real-events",
"dedent",
"debug",
"events",
"fake-uuid",
"floating-vue",
Expand All @@ -95,12 +99,15 @@
"graphql/jsutils/Path",
"gravatar",
"human-interval",
"javascript-time-ago",
"lodash",
"markdown-it",
"mobx",
"nanoid",
"pinia",
"shiki",
"socket.io-client",
"url",
"vue",
"vue-demi",
"vue-toastification",
Expand Down

4 comments on commit 1c44eae

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1c44eae Jul 14, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/linux-x64/develop-1c44eae5d46a6e01f62f99a350afda8452517d9b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1c44eae Jul 14, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/linux-arm64/develop-1c44eae5d46a6e01f62f99a350afda8452517d9b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1c44eae Jul 14, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/darwin-x64/develop-1c44eae5d46a6e01f62f99a350afda8452517d9b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1c44eae Jul 14, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/10.3.1/win32-x64/develop-1c44eae5d46a6e01f62f99a350afda8452517d9b/cypress.tgz

Please sign in to comment.