Chris Breiding
Chris Breiding
Sorry Gleb, I now realize I wasn't running the cross-origin server (`npm run start:second`) when running the tests and that was causing the "Network Error" download failures. So the cross-origin...
> source maps not found I'm honestly not too knowledgeable about source maps. Can you elaborate what needs to happen for them to be supported? > syntax errors inside files...
That's probably a bug. I'll have to look into it.
@FireNdIce3 Do you think you'll be able to add a test for this?
> Interestingly our Component tests for this are now failing with this fixed behavior which was testing it originally [app.circleci.com/pipelines/github/cypress-io/cypress/43400/workflows/3eb83d3f-5f15-496c-a78c-d9e62e697373/jobs/1811601](https://app.circleci.com/pipelines/github/cypress-io/cypress/43400/workflows/3eb83d3f-5f15-496c-a78c-d9e62e697373/jobs/1811601) > > [develop/packages/app/src/runner/SpecRunnerHeaderOpenMode.cy.tsx#L184](https://github.com/cypress-io/cypress/blob/develop/packages/app/src/runner/SpecRunnerHeaderOpenMode.cy.tsx?rgh-link-date=2022-09-20T18%3A31%3A16Z#L184) > [develop/packages/app/src/runner/SpecRunnerHeaderOpenMode.cy.tsx#L207](https://github.com/cypress-io/cypress/blob/develop/packages/app/src/runner/SpecRunnerHeaderOpenMode.cy.tsx?rgh-link-date=2022-09-20T18%3A31%3A16Z#L207) > > Wonder why these...
I was able to reproduce the issue with the given repo. We'll route this to a team to look into.
Looks like the types could use an update. I'll route this to a team to fix, though we'd also be happy to accept a PR to fix it as well.
I'm trying to verify this issue by reproducing it, but having some difficulty. Could you provide an example messagepack file? Also, how are you logging the ArrayBuffer for the saved...
Could you provide a reproduction of this issue using https://github.com/cypress-io/cypress-test-tiny as your template? Without a reproducible example, we don't have a path forward to investigate this.
That's definitely not good! I've been trying to reproduce this using our [kitchensink repo](https://github.com/cypress-io/cypress-example-kitchensink), but haven't had any luck. I haven't seen any performance differences between 10.7.0 and 10.8.0 in...