matkoch / resharper-verify

23 stars 4 forks source link

[Feature] Open verified files for any given test #26

Closed bitbonk closed 2 months ago

bitbonk commented 1 year ago

When a test fails I can do Compare Received/Verified. But sometimes you want to have a look at the verified files for a give test even if the test passes.

One use case is to quickly find and understand which of the verified files belong to which test. I know I can (usually) tell by the file name but they are often long and cryptic which makes this quite cumbersome.

Another use case is this: Sometime you wonder why a test passes when you think it should fail. In such a case it is often quite helpful to look at the verified output of that test.

It would be nice to have an action Show Verified in addition to Compare Received/Verified.

matkoch commented 2 months ago

will be in the next version