Skip to content

Commit

Permalink
chore: switch to chrome for e2e tests, because of a memory issue with…
Browse files Browse the repository at this point in the history
… electron (#4033)
  • Loading branch information
oliverschuerch authored Nov 20, 2024
1 parent acb910e commit 5cfba88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"test": "pnpm run unit",
"unit": "stencil test --spec",
"unit:watch": "stencil test --spec --watchAll --silent",
"e2e": "cypress run",
"e2e:ci": "xvfb-run -a cypress run",
"e2e": "cypress run --browser chrome",
"e2e:ci": "xvfb-run -a cypress run --browser chrome",
"e2e:watch": "cypress open",
"generate": "stencil generate",
"lint": "eslint src/**/*{.ts,.tsx}"
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"start:headless": "pnpm clean && pnpm prebuild:managerui --style=expanded && storybook dev -p 9001 --quiet --no-open --docs",
"build": "pnpm clean && pnpm prebuild:managerui --style=compressed --no-source-map & storybook build --quiet --docs",
"clean": "rimraf storybook-static public/manager",
"e2e": "cypress run",
"e2e:ci": "xvfb-run -a cypress run",
"e2e": "cypress run --browser chrome",
"e2e:ci": "xvfb-run -a cypress run --browser chrome",
"e2e:watch": "cypress open",
"doctor": "storybook doctor",
"snapshots": "percy exec -- cypress run --config-file ./cypress.snapshot.config.js --record --key 0995e768-43ec-42bd-a127-ff944a2ad8c9",
Expand Down
4 changes: 2 additions & 2 deletions packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"test": "pnpm run unit",
"unit": "jest",
"unit:watch": "jest --watch",
"e2e": "cypress run",
"e2e:ci": "xvfb-run -a cypress run",
"e2e": "cypress run --browser chrome",
"e2e:ci": "xvfb-run -a cypress run --browser chrome",
"e2e:watch": "cypress open",
"lint": "eslint src/**/*{.ts,.tsx}",
"lint:fix": "eslint src/**/*{.ts,.tsx} --fix",
Expand Down

0 comments on commit 5cfba88

Please sign in to comment.