Skip to content

Commit

Permalink
EMA-150 auto test memory optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
szsanyi committed Jul 12, 2024
1 parent a5a4353 commit 9209851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/testv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"postinstall": "if [ -d \"./../../.git\" ]; then npm run copy-git-hooks; fi",
"test": "npm run mocha && npm run code-style",
"e2e": "ENV NODE_OPTIONS=\"--max-old-space-size=4096\" && cypress run --browser electron --headless",
"e2e:ci": "ENV NODE_OPTIONS=\"--max-old-space-size=4096\" && cypress run --browser electron --headless --record --key 80ddf60c-0dca-4075-8074-31207092e038",
"e2e": "cypress run --browser chrome --headless",
"e2e:ci": "cypress run --browser electron --headless --record --key 80ddf60c-0dca-4075-8074-31207092e038",
"e2e:debug": "DEBUG=cypress:* cypress run --browser electron --headless",
"quick-test": "npm run mocha",
"mocha": "./node_modules/mocha/bin/mocha.js --exit --timeout 120000 --colors ./setup.spec.js './!(node_modules|cypress)/**/*.spec.js'",
Expand Down

0 comments on commit 9209851

Please sign in to comment.