Does Verify support dotnet run
?
#1411
Unanswered
gojanpaolo
asked this question in
Q&A
Replies: 2 comments 9 replies
-
docs on |
Beta Was this translation helpful? Give feedback.
1 reply
-
i cant reproduce this. can u share a minimal repro also what diff tool r u using? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to run Verify with
dotnet test
.But it looks like I need to use
dotnet run
to be able to use xunit's-explicit
optionBut the above hangs when there is a diff on the snapshot (i.e. when test fails)
Should I stick with
dotnet test
and find an alternative for xunit explicit option?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions