fix(e2e): prevent renderer crash due to memory overconsumption

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
hainenber 2024-06-17 21:31:33 +07:00
parent f4dbbad9c1
commit af476bb3a9
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export default eyesPlugin(
openMode: 0,
},
e2e: {
experimentalMemoryManagement: true,
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {