Adam Thomas

Results 29 comments of Adam Thomas

If you are using vite with cypress, vite does not automatically compile `process.env` into your compiled test output. Since in cypress everything, including this lib, is basically compiled and executed...

I want to be able to do this, possibly with the ability to say which URLs are proxied and which are not. If you try and run E2E tests locally...

> Cypress will always need to work as a proxy in order to function correctly I'm not doubting it, but I'm interested to know how cypress depends on it and...

@lmiller1990 On my server, I am using Vite in the middleware mode in express instead of the Vite dev server CLI, and it's set up with http1. Without cypress, even...

I notice come mention of HTTP2 above. As per https://github.com/cypress-io/cypress/issues/25201#issuecomment-1438475302, there's a fair amount of evidence it's got nothing to do with it, unless its been disproven?

Perf is definitely better since 12.3.0, thank you to all contributors for that. However, it is still noticeably slower, especially in the vite use case. HTTP2 seems like a win-win...

Actually, I've changed my mind on this. HTTP2 might not be the core issue at hand in many scenarios. See https://github.com/cypress-io/cypress/issues/25201#issuecomment-1438475302

This is still a problem, not sure why the PR was closed. Frustrating as so many of us have arm macbooks in 2023.

Hi. I have this exact same issue. Prog works, the blinds jump when I run PROG. But after, nothing happens -- no response on the up or down. I have...