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
So I tried 2 scenarios with the same cypress files. One was a blank npm project with just cypress, cypress-moon and typescript as dependencies in this case the the tests pass. but if I move the cypress folder into an existing angular project and run cypress-moon. it seems to be stuck on uploading context. is the node_modules folder also uploaded ? as that could explain. empty project had a node modules folder of 80mb and my angular project had a node_modules folder of 650 mb.
contents of the cypress folder and the config is same for both
cypress version - 9.3.1
The text was updated successfully, but these errors were encountered:
So I tried 2 scenarios with the same cypress files. One was a blank npm project with just cypress, cypress-moon and typescript as dependencies in this case the the tests pass. but if I move the cypress folder into an existing angular project and run cypress-moon. it seems to be stuck on uploading context. is the node_modules folder also uploaded ? as that could explain. empty project had a node modules folder of 80mb and my angular project had a node_modules folder of 650 mb.
contents of the cypress folder and the config is same for both
cypress version - 9.3.1
The text was updated successfully, but these errors were encountered: