Skip to content

Commit

Permalink
Enable experimental memory management and update Cypress integration …
Browse files Browse the repository at this point in the history
…test command to use Chrome browser
  • Loading branch information
hervedombya committed Jan 6, 2025
1 parent 4f39076 commit f6c4f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions ui/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
viewportHeight: 900,
defaultCommandTimeout: 30000,
experimentalFetchPolyfill: true,
experimentalMemoryManagement: true,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
Expand Down
3 changes: 1 addition & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --ci",
"test:nowatch": "CI=true jest --env=jsdom --reporters=default --reporters=jest-junit",
"test:integration": "cypress run 'cypress/integration/**/*.cy.js'",
"test:e2e": "cypress run --spec 'cypress/integration/e2e/**/*.feature'",
"test:integration": "cypress run --browser chrome 'cypress/integration/**/*.cy.js'",
"jest-preview": "jest-preview",
"rsstart": "rspack serve -c rspack.config.ts",
"rsbuild": "rspack build -c rspack.config.ts"
Expand Down

0 comments on commit f6c4f11

Please sign in to comment.