Jason Fairchild
Jason Fairchild
Just wanted to add that I have experienced this. I thought it might be a bug, so this is reassuring to find. But to be clear, if I'm using nextjs...
Well, not that this is a hot topic or anything, haha. But just in case, definitely don't do anything with this capability/request on my accord. I have a feeling it...
I also just tried doing this, with a couple variations, but they were all the same result as .remove() with no options: ``` variableDec.remove({ customRemovalPos: variableDec.getStartLineNumber(), customRemovalEnd: variableDec.getEndLineNumber() - 1,...
Ok, I wanted to update that I was able to resolve this with the eslint rule found here: https://eslint.org/docs/rules/padding-line-between-statements with rule config: `"padding-line-between-statements": ["error", { "blankLine": "always", "prev": "export", "next":...
+1 I want to assert that a local storage token exists before I get it to send as an auth header before any cy.request. Cypress will often look for it...
Yeah, I couldn't do this clip option for all screenshots, or at least it would be really hacky/tedious to get it to work for every other situation. To be clear,...
So I have found a way to see the screenshots from retries. It involves setting the `preserveOriginalScreenshot: true` env var in cypress config. Then after a run where multiple retries...
Could this be based on whether the window running the test is in focus or not? This should only apply when running the test in cypress open mode, and I...
This seems kind of wild. I just tried another long (large height) component, doing the same thing as the example test I showed, and it did work to do the...