.NET Verify Snapshot Testing Manage Verify snapshot tests using the dotnet local tool. Discovery To list all test files using Verify snapshots: To scope to a specific directory: Update Snapshots To update snapshots after intentional code changes: 1. Build the solution: 2. Run affected verify tests (they fail, generating files): 3. Accept all new snapshots: To scope to a specific directory: 4. Re-run tests to confirm they pass: File Conventions - — accepted snapshot (committed to git) - — latest test output (not committed, gitignored) - Parameterized tests: Quick Reference | Command | Purpose…