cypress-docker-images
cypress-docker-images copied to clipboard
[feat]: Add Node v16.10 cypress browser due to memory issues in 16.11+
Due to https://github.com/facebook/jest/issues/11956 we are having memory issues with the image with Node 16.13 Therefore we would like to use a version with Node 16.10 which should not have the memory issue as described in the link
Have you tried the node-16.14.2-slim base image? Based on that issue, the issue can still persist in other versions, and there are other possible solutions in the thread.
If you still need images with that specific version, please consider contributing a PR with the image you need.