Skip to content

Commit f11fc11

Browse files
committed
docs(runner): refactor readme - fix images, extension marketplace links
1 parent 52fe61f commit f11fc11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/extester-runner/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p>ExTester Runner</p>
44
</h1>
55

6-
<p align="center">Extension for running and managing UI tests for VS Code extensions using the ExTester framework.</p></br>
6+
<p align="center">Extension for running and managing UI tests for VS Code extensions using the <a href="https://www.npmjs.com/package/vscode-extension-tester">ExTester</a> framework.</p></br>
77
<p align="center">
88
<img alt="ExTester Runner View" width="95%" height="95%" src="./resources/workbench.png">
99
</p>
@@ -12,16 +12,16 @@
1212

1313
Before you start using ExTester Runner, make sure you have:
1414

15-
- A VS Code extension project that you want to test
15+
- A VS Code extension project you want to test
1616
- Your extension's UI tests written in TypeScript using vscode-extension-tester
1717
- Node.js
1818

1919
## Installation & Getting Started
2020

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)
2222
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
2525

2626
## Features
2727

@@ -84,7 +84,7 @@ The extension makes running tests incredibly simple and efficient:
8484

8585
## Logging
8686

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:
8888

8989
- Test execution status
9090
- File discovery information

0 commit comments

Comments
 (0)