{ "id": "guide/test-debugging", "title": "Debugging tests", "contents": "\n\n\n
If your tests aren't working as you expect them to, you can inspect and debug them in the browser.
\n For the sample app that the testing guides describe, see the
For the tests features in the testing guides, see
Debug specs in the browser in the same way that you debug an application.
\nCtrl-Shift-I
on Windows; Command-Option-I
in macOS).1st.spec.ts
test file (Control/Command-P, then start typing the name of the file).