-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress: JavaScript heap out of memory error #1871
Labels
Comments
skydever
added a commit
to skydever/nx
that referenced
this issue
Sep 23, 2019
... and use the ForkTsCheckerWebpackPlugin for the cypress test execution. Closes nrwl#1871
skydever
added a commit
to skydever/nx
that referenced
this issue
Sep 23, 2019
... and use the ForkTsCheckerWebpackPlugin for the cypress test execution. Closes nrwl#1871
Doginal
pushed a commit
to Doginal/nx
that referenced
this issue
Oct 30, 2019
... and use the ForkTsCheckerWebpackPlugin for the cypress test execution. Closes nrwl#1871
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
Cypress tests should not fail with an
JavaScript heap out of memory
error.Current Behavior
After upgrading to the latest version of the
@nrwl/cypress:cypress
builder,8.5.0
, my cypress tests start to fail with anJavaScript heap out of memory
error.All following tests get the following error:
Failure Information (for bugs)
The cypress builder is using
ts-loader
(the version of the builder I used previously did not usets-loader
, I was using the legacy version) and it seems that there is an memory issue. See this cypress issue.Other
I will create a pr containing the solution that I use for my projects based on this comment.
The text was updated successfully, but these errors were encountered: