You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/extester-runner/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<p>ExTester Runner</p>
4
4
</h1>
5
5
6
-
<palign="center">Extension for running and managing UI tests for VS Code extensions using the ExTester framework.</p></br>
6
+
<palign="center">Extension for running and managing UI tests for VS Code extensions using the <ahref="https://www.npmjs.com/package/vscode-extension-tester">ExTester</a> framework.</p></br>
Before you start using ExTester Runner, make sure you have:
14
14
15
-
- A VS Code extension project that you want to test
15
+
- A VS Code extension project you want to test
16
16
- Your extension's UI tests written in TypeScript using vscode-extension-tester
17
17
- Node.js
18
18
19
19
## Installation & Getting Started
20
20
21
-
1. Install the extension from the VS Code marketplace
21
+
1. Install the extension from the [VS Code marketplace](https://marketplace.visualstudio.com/items?itemName=redhat.extester-runner) or [Open VSX Registry](https://open-vsx.org/extension/redhat/extester-runner)
22
22
2. Open your VS Code extension project
23
-
3. Set up your test project using the "Get Started with ExTester Runner" walkthrough in VS Code
24
-
4. Configure the ExTester Runner settings in VS Code preferences
23
+
3. Set up your test project using the `Get Started with ExTester Runner` walkthrough in VS Code
24
+
4. Configure the **ExTester Runner** extension in VS Code (workspace) settings
25
25
26
26
## Features
27
27
@@ -84,7 +84,7 @@ The extension makes running tests incredibly simple and efficient:
84
84
85
85
## Logging
86
86
87
-
The extension provides detailed logging through the "ExTester Runner" output channel, including:
87
+
The extension provides detailed logging through the **ExTester Runner** output channel, including:
0 commit comments