Chris Breiding
Chris Breiding
Thanks for reporting this. It's definitely less than ideal that CI can't properly run for contributor PRs. We'll have to consider the priority of this and our capacity to look...
@chasemgray Thanks for investigating this and I think you may be onto something, but unfortunately I don't think that exact change is what's causing the issue. The change from `Bluebird.join`...
https://github.com/cypress-io/cypress/pull/25898 should fix this issue by preventing more than one browser from being connected at a time. It will be out with the next release, but if you'd like to...
Closed in favor of https://github.com/cypress-io/cypress/pull/28675
Does anyone have a clone-able repo that can be used to reliably reproduce this issue? I've tried a few projects, but can't recreate the described behavior, so I wonder if...
I think I found a way to fix this issue. Open a new tab and go to `chrome://extensions`. You should see the Cypress extension and you'll likely see that there's...
@c32hedge There should be a new release out this week, possibly today, that has the fix
> Can we build a binary for this so to send to 3rd party lib authors? @jordanpowell88 Certainly! It's built for the [latest commit](https://github.com/cypress-io/cypress/commit/22a0f23ffd4c779bfce351a3806c0f4fd91c793d#comments).
@CarleneCannon-Conner I'm unable to reproduce this with Cypress 12.16.0. Here is what I used for the test code: ```js it('issue #27200', () => {}) after(() => { const arr0 =...
@estefafdez Are also you able to reproduce it on Cypress 12.17.0? If so, can you provide a minimal reproduction of the issue using [cypress-test-tiny](https://github.com/cypress-io/cypress-test-tiny)?