Skip to content

Commit

Permalink
merge: branch 'master' into fix/editor-styles
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/editor/CHANGELOG.md
  • Loading branch information
rezaelahidev committed Sep 18, 2024
2 parents 916024b + 1069b03 commit 64a35f6
Show file tree
Hide file tree
Showing 54 changed files with 2,032 additions and 1,561 deletions.
3 changes: 2 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ try {

const setupNodeEvents = (on, config) => {
require('./packages/dev-cypress/js/plugins/index.js')(on, config);
require('@cypress/code-coverage/task')(on, config);

return config;
};
Expand All @@ -31,6 +30,8 @@ module.exports = defineConfig({
specPattern: env.e2e.specPattern,
excludeSpecPattern: env.e2e.excludeSpecPattern,
supportFile: 'packages/dev-cypress/js/support/e2e.js',
experimentalMemoryManagement: true,
numTestsKeptInMemory: 10,
},
env,
fixturesFolder: 'packages/dev-cypress/js/fixtures',
Expand Down
Loading

0 comments on commit 64a35f6

Please sign in to comment.