Simon Smith

Results 117 comments of Simon Smith

Could you share the entire `cypress.config.js`?

Can you give some detail on how you've organised things with config options and folder structures? I've not seen or been able to recreate this error so far

Just to clarify the issue, you were aiming to not have the `.snap` at all? ```diff - cypress/snapshots/someTest/takes a snapshot of the page.snap.png + cypress/snapshots/someTest/takes a snapshot of the page.png...

Just looking again at this because it might be similar to #61 There is [a test here](https://github.com/simonsmith/cypress-image-snapshot/blob/master/cypress/e2e/matchImageSnapshot.cy.ts#L35-L41) that asserts that a snapshot is created without the `.snap` extension. In your...

Hey, I did discuss that here - https://github.com/simonsmith/cypress-image-snapshot/pull/8#issuecomment-1645391607 What issue are you seeing? In my tests I did not see any folder repeating (like `cypress/e2e/` twice) when doing component tests

Might be ideal if you can create a separate issue with steps/example repo I can use to recreate that issue as I've not seen it. I also don't use windows...

Yeah, I've seen that as well. I think it's because the screenshots get put there first before the plugin can move them but I'm not totally sure. Perhaps they can...

I'll take a look at this, but for now the `.gitignore` workaround is probably best