Skip to content

Latest commit

 

History

History
81 lines (77 loc) · 3.43 KB

2-memory-issue.yml

File metadata and controls

81 lines (77 loc) · 3.43 KB
NameAboutLabelsAssignees
💾 Memory issue reportReport a memory issue found while using Cypress.

Have a question? 👉 Ask in chat or start a new discussion.

Prior to logging a memory issue, please make sure you are running the latest version of Cypress and have enabled experimentalMemoryManagement for Chromium-based browsers (introduced in Cypress 12.4.0).

If you are running in cypress open mode, you can also try lowering numTestsKeptInMemory in your config file.

If you are still experiencing the issue, please fill out the following information.

Please provide a failing test or repo we can run. You can fork this repo, set up a failing test, then link to your fork. If you have never done this before, watch this video for example.

What mode of Cypress are you running?

What version of Cypress are you running? Run cypress version to see your current version. If possible, please update Cypress to the latest version first.

What browser(s) is Cypress running against when you are encountering your problem? The more specific the better. ie Chrome 109.0.5414.87 or Firefox 107.0

What version of node.js are you using to run Cypress?

What operating system is Cypress running on when you are encountering your problem? The more specific the better. ie macOS 12.4 or Windows 10.0.19044.1889

If running a Chromium-based browser, please set the CYPRESS_INTERNAL_MEMORY_SAVE_STATS environment variable to 1 or true and include the cypress\logs\memory\<spec name>.json file here.

Alternatively, you can run Cypress in debug mode setting DEBUG=cypress*memory and include the entire set of logs here.