Seb Insua

Results 69 comments of Seb Insua

What applies the compression? I think it is `Cypress#screenshot` itself which saves the screenshot in `png` and this is meant to be lossless.

You might have a different issue from me, but [I ran into an issue due to headed mode using a different device scale factor that what is configured for headless...

> your solution disables the image matching in a headed electron browser? This means it won't compare the snapshots when I do `cypress open`? Yes, but that is just because...

@crosscompile We've been experimenting a little bit and think we have a solution. It turned out that we were [not able to call `cy.task(taskName)` from within `Cypress.on('test:after:run', fn)`](https://github.com/cypress-io/cypress/issues/4823#issue-472933957). However, we...

This is actually happening to me on my local OSX machine for some reason.

It seems to depend on how many requests I am testing. It is bad enough that I can reproduce every single time unless I specify that I am testing only...

As a tangent, even if the socket does hang-up for some reason or other, it would be more robust to be able to see the list of tests which have...

> > Thanks for that, it sounds like this issue affects OSX more than nix. [...] It is most likely because of the parallelism of requests and assertions, since ciao...

This is happening all of the time for me now. I've no idea why... Edit: Can you give me any pointers on what file I should be debugging?

^ Fab is correct, this was related to #35.