website/docs/devtools/TestLens.md
TestLens provides intelligent code navigation between the DevTools UI and your test source files. Click on any test in the UI to jump directly to that test's definition in your code editor, complete with exact line numbers.
How It Works:
This seamless connection between UI and code speeds up debugging by eliminating manual code searching when investigating test failures.