Tim Paul
Tim Paul
Am also just noticing this issue! We're currently using: ```javascript "connected-react-router": "6.8.0", "react": "17.0.1", // have also tried with 16.4.0 "react-dom": "17.0.1", // have also tried with 16.4.0 "react-redux": "7.2.2",...
Tis working for me, although the gutters are not. Weird. MacOS 10.13.5 && SublimeText 3.1.1
whats very strange, is that running the tests with coverage turned on, the test runner gets through all tests, without crashing. When i disable code coverage, that when the test...
Hey again Lachlan :) (and awww thank you!) OK so to try and answer your questions: - It now seems I was mistaken about the test runner NOT crashing locally...
So i've been trying to create a stripped down version of the repo in question - to demonstrate the error happening - but it seems that with less specs -...
hey there again @lmiller1990! So i had an idea overnight, and have actually managed to strip down the repo to just a few components and tests, then duplicated everything 3...
@BlueWinds & @lmiller1990 done! :)
@BlueWinds it seems all versions that we've tried of 9.x (eg `9.6.1`) are totally fine. We only spotted this issue after migrating one of our codebases to cypress 10.x
FYI i worked out that the tests only ran in CI because we use chrome in CI. 🤪 I have updated the title to remove the reference to it being...
@lmiller1990 i wonder, is it possible to downgrade cypress 10.x's electron dependency to a previous version where this issue does not happen? This particular issue isn't present at all for...