Skip to content

Commit a7b0302

Browse files
update profiles
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
1 parent fb40243 commit a7b0302

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
39.3 KB
Loading

src/content/docs/developing/testing/running.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The relevant files under test will also be highlighted in the editor where the e
5656

5757
## Test Profiles
5858

59-
The extension provides two kinds of test profiles (**Run** and **Coverage**) which represent different ways of executing tests. The standard profiles only compile the test if they have not already been compiled since loading them in. Variants of these profiles are also available that always re-compile the test (refer to the profiles with the `(Compile)` suffix).
59+
The extension provides two kinds of test profiles (**Run** and **Coverage**) which represent different ways of executing tests. The standard profiles only compile the test if they have not already been compiled since loading them in. Variants of these profiles are also available which can always re-compile the test (refer to the profiles with the `(Force Compile)` suffix) or skip compilation entirely (refer to the profiles with the `(Skip Compile)` suffix).
6060

6161
To run a set of tests with a specific profile:
6262

0 commit comments

Comments
 (0)