Georgios Kampitakis

Results 41 comments of Georgios Kampitakis

Hey 👋 Thanks for opening this issue, I am a bit sceptical (or not entirely convinced) supporting proto as they can be quite difficult to do equality checks. If I...

Hey 👋 > How can each folder be an individual test? I am not 100% following this. If you could elaborate a bit more. > 1. How could each test...

Yes sorry for the broken md (corrected). Will sumarrise and tell me if I got it right 1. You would like to have the snapshot files in the same "level"...

Reading from the jest issues this sounds a good idea, and something that I would like to support just need to think what would be the best way for being...

Thanks a lot for the very useful feedback 🙇 All are great ideas. I think it's possible and I will play around with this and share some results here.

1. Supporting a new method `MatchStandaloneSnapshot(t, any)` 1a. By default saving at `__snapshots__/testfileaname_testName_#.snap` 1b. Can be called multiple times and can be cleaned up 1c. Sequence number is not related...

Are you testing with code from the draft pr I have or from the main? btw the UPDATE_SNAPS=clean only removes the outdated snaps. UPDATE_SNAPS=true removes outdated snaps but also update...

Yes this sounds like a setup issue, if you conditionally call snapshots you are probably comparing different snapshots hence the issue. Did you manage to find the problem, if not...

@stdedos the pr should be in a good state if you want to have a test on it and share some feedback. On my side I want to run some...

Hey 👋 Thanks for opening this issue. I have been thinking for a while supporting some type of HTTP snapshots but I wasn't sure what a good featurset would be....