You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have 41 test cases in our feature file, so far when we execute them together browser crash and give us "Aw Snap Out Of Memory"
error. Can you please help us to resolve that issue.
Test code to reproduce
we have 41 test cases in our feature file, so far when we execute them together browser crash and give us "Aw Snap Out Of Memory"
error. Can you please help us to resolve that issue.
Configuration File
//cypress.config.ts
import { defineConfig } from 'cypress'
export default defineConfig({
video: false,
numTestsKeptInMemory: 1,
screenshotOnRunFailure: true,
trashAssetsBeforeRuns: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,
watchForFileChanges: true,
env: {
CYPRESS_NO_COMMAND_LOG:1,
wait: {
maxWait: 5000000,
mediumWait: 50000,
minWait: 50000
}
},
e2e: {
specPattern: 'cypress/e2e/**/*.feature',
supportFile: 'cypress/support/e2e.ts',
testIsolation: true,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 0,
setupNodeEvents
}
});
Issue Screenshot
Cypress Mode
cypress run
Cypress Version
14.0.0
Browser Version
Chrome 132.0.6834.84
Node version
22.13.0
Operating System
Windows10
Memory Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: