Replies: 1 comment 7 replies
-
can u update to the latest and try this https://github.com/VerifyTests/Verify/blob/main/docs/verify-zip.md#persistarchive |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using VerifyZip to verify Google Earth KMZs (zipped KML). In my tests, I'm retrieving the KMZ streams from a WebAPI and using the VerifyZip(Stream stream) overload. This has been working great so far.
I can then open the extracted KMLs in Google Earth to visually verify if needed. The only downside is my KMZs have embedded images and the extracted KMLs lose access to them when Verify alters the file name structure.
Is there a way for Verify to keep an unmodified copy of the archive before extraction?
I suppose I could save the KMZ after VerifyZip(Stream stream) executes. If that would be the best path, is there any way to obtain the folder path for the Verify generated folder? Or should I specify a custom directory via VerifySettings and write the KMZ to that directory?
Just looking for options. I love the library.
Beta Was this translation helpful? Give feedback.
All reactions