Zach Bloomquist

Results 114 comments of Zach Bloomquist

This issue has been fixed in #23442. Please look out for this fix in the next release of Cypress (October 25th)

@asumaran yes, this would be nice to add, it is currently not implemented but as you say it would help with some implementations. You can modify the request body and...

> @flotwig given `Promise.defer()` is deprecated, is there any way to do this with aliases? Does returning a promise that is resolved/rejected based on the request work? @m4dc4p bah, I...

@lmiller1990 @BlueWinds I'd just go ahead and get an 11.0.0 branch/PR up, so we don't have to keep track of this until then. It might be a while til it's...

@FarhanShoukat I recommend building a Docker image off of our images that includes Chromium. We chose not to ship an Arm image with Chromium for a few reasons: a. It...

This is a duplicate of #695 - blocked by the lack of available `linux/arm64` browsers.

@fnutt and others: I opened a PR to implement this feature at #4780, please check it out and let me know what you think.

@PaperTobi I'm having the same issue, but with the Cemu AppImage. After using [`strace` to see what files were accessed](https://superuser.com/a/1686669/458816), I see that Cemu is only looking in `~/.local/share/Cemu` for...

@Exzap the bug (maybe just a defect) is that the in-app error message on Linux is incorrect and gives the wrong directory in the resolution instructions

Possibly relevant: We have to pass extra options to ffmpeg to remove duplicated frames because we get a ridiculously high framerate from WebKit: https://github.com/cypress-io/cypress/blob/e7b52b4c0abec46ff9434d25d8e685f15f5a3cf5/packages/server/lib/browsers/webkit-automation.ts#L151-L157 If this isn't working for some...