Verifying text files with no extensions #1387
-
I'm trying to verify some Dockerfiles that I have generated with templates. I'm using The convention for Dockerfiles is that they have no extension. I think that since Dockerfiles aren't listed as text files in TextExtensions, this prevents Verify from running scrubbing functions and showing diffs in test output. I've tried using How can I get Verify to treat Dockerfiles as text files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
i added a new approach to doing this in v28.9 does this work for you? |
Beta Was this translation helpful? Give feedback.
i added a new approach to doing this in v28.9
https://github.com/VerifyTests/Verify/blob/main/docs/verify-directory.md#files-with-no-extension
does this work for you?