Mark Noonan
Mark Noonan
I'd agree, there is not currently a task here that can be estimated.
@warrensplayer this had been in blocked, was it intentionally moved to Open? I don't recall exactly what we were waiting on that made it blocked. If it's unblocked from what...
Note for picking this up: To fix this, we need to account for more than just `baseName` and `directory` [here](https://github.com/cypress-io/cypress/blob/d599a906d95a1d5a16c9bb747d154ebfda1b1eff/packages/app/src/specs/spec-utils.ts#L101) and start to match on the full relative path to...
Looks like a pretty small change. But I'm not totally sure at a glance where `getBundlerDependency` is being called when the `nextjs` `dependencies` function doesn't actually call it, and already...
Just a note, @tbiethman and I were looking at a kind of similar issue yesterday: https://github.com/cypress-io/cypress/issues/17367 In looking at logs it led me to https://github.com/cypress-io/cypress/issues/14175, which seemed possibly antivirus related,...
A starting point for the implementation of this might be, when in headless mode, to not do [this scroll handling](https://github.com/cypress-io/cypress/blob/develop/packages/reporter/src/runnables/runnables.tsx#L149), since any scrollbar movement was definitely not caused by the...
Hi folks, I have a build that removes the "temporarily disable auto scrolling" feature for non-interactive mode. The reason I didn't **fully** remove that feature, is that in open mode,...
Hi @ngandymovpr as mentioned in [in my comment yesterday](https://github.com/cypress-io/cypress/issues/16098#issuecomment-1202570914), there are some [builds that you can install](https://github.com/cypress-io/cypress/pull/23053#commitcomment-80006665) that attempt to fix this problem. Installation instructions for mac and linux are...
Thanks @Tom5om that's promising! @DannyBunny here is the Windows version for you to check: https://github.com/cypress-io/cypress/pull/23053#commitcomment-80290518 Update, if that link isn't working, try this: https://github.com/cypress-io/cypress/commit/2eb2f82b23cc0fc086254e64a61cd91ea04488d7#commitcomment-80290518
Thanks @DannyBunny, and shoot it looks like I started my branch during the hot second that `develop` wasn't working on Windows, branch is updated and the Windows build should appear...