Find and Fix Failing Tests Faster in VS Code
Visual Studio Code demonstrates a workflow for diagnosing failing tests using VS Code’s built-in testing experience.
Overview
The video focuses on using Test Explorer in Visual Studio Code to speed up the “find the failing test and fix it” loop when a test fails in CI.
It highlights how to:
- Filter tests to quickly narrow down to the failing test
- Locate and open the failing test directly from the test list
- Debug the failing test to identify the root cause
- View test results inside VS Code
- Rerun the test after making changes, without leaving the editor