Skip to content

Commit 10649c8

Browse files
authored
Update Test Explorer documentation (#1841)
Fix some typos, mention Swift Testing and XCTest and remove mentions of having to build the project.
1 parent 7da6ad0 commit 10649c8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

userdocs/userdocs.docc/Articles/Features/test-explorer.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Running and Debugging Tests
22

3-
View test results in the test explorer.
3+
View test results in the Test Explorer.
44

55

6-
All VS Code extensions provide a [testing capabilities and views(https://code.visualstudio.com/docs/debugtest/testing).
7-
View, run, and debug tests that your package containers in the Test Explorer.
6+
View, run, and debug tests that your package containers in the VS Code [Test Explorer](https://code.visualstudio.com/docs/debugtest/testing).
87

98
![A screenshot of the test explorer pane in Visual Studio Code that shows a selection of 5 tests run and passed.](test-explorer.png)
109

11-
Once your project is built, the Test Explorer will list all your tests. These tests are grouped by package, then test target, and finally, by XCTestCase class. From the Test Explorer, you can initiate a test run, debug a test run, and if you have already opened a file, you can quickly jump to the source code for a test.
10+
The Test Explorer will list all your [Swift Testing](https://developer.apple.com/xcode/swift-testing/) and [XCTest](https://developer.apple.com/documentation/xctest) tests. These tests are grouped by package, then test target, and finally, by XCTestCase class. From the Test Explorer, you can initiate a test run, debug a test run, and if you have already opened a file, you can quickly jump to the source code for a test.
1211

1312
## Run Tests with Coverage
1413

0 commit comments

Comments
 (0)