Skip to content

Commit

Permalink
docs: improve readme files of root and extester package (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored Nov 22, 2024
1 parent a650bd9 commit 379ce61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

### Requirements

| NodeJS | Visual Studio Code | Operating System |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <table style="text-align:center;"> <tr><th>20.x.x</th><th>LTS</th><th>Latest</th></tr><tr><td>✅</td><td>❓</td><td>❓</td></tr><tr><td colspan="3">❓ Best-effort</td></tr> </table> | <table style="text-align:center;"> <tr><th>min</th><th>-</th><th>max</th></tr><tr><td>1.93.x</td><td>1.94.x</td><td>1.95.x</td></tr> </table> | <table style="text-align:center;"> <tr><th>Linux</th><th>Windows</th><th>macOS</th></tr><tr><td>✅</td><td>✅</td><td>⚠️</td></tr><tr><td colspan="3">⚠️ [Known Issues](KNOWN_ISSUES.md#macos-known-limitations-of-native-objects)</td></tr> </table> |
| NodeJS | Visual Studio Code | Operating System |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <table style="text-align:center;"> <tr><th>20.x.x</th><th>LTS</th><th>Latest</th></tr><tr><td>✅</td><td>❓</td><td>❓</td></tr><tr><td colspan="3">❓ Best-effort</td></tr> </table> | <table style="text-align:center;"> <tr><th>min</th><th>-</th><th>max</th></tr><tr><td>1.93.x</td><td>1.94.x</td><td>1.95.x</td></tr> </table> | <table style="text-align:center;"> <tr><th>Linux</th><th>Windows</th><th>macOS</th></tr><tr><td>✅</td><td>✅</td><td>⚠️</td></tr><tr><td colspan="3">⚠️ [Known Issues](KNOWN_ISSUES.md#macos-known-limitations-of-native-objects)</td></tr> </table> |

#### NodeJS Support Policy

Expand All @@ -54,7 +54,7 @@ ExTester is aiming same support for [NodeJS releases](https://nodejs.org/en/abou
Simply install our package into your extension `devDependencies` to get started:

```npm
npm install --save-dev vscode-extension-tester@latest
npm install --save-dev vscode-extension-tester
```

Make sure to check out the 🔗 [Documentation](../../wiki) for detailed instructions.
Expand Down
12 changes: 6 additions & 6 deletions packages/extester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

### Features

- Download a test instance of Visual Studio Code.
- Download the appropriate version of ChromeDriver.
- Pack and Install your extension into downloaded VS Code instance.
- Launch the VS Code instance using Selenium WebDriver.
- Run your tests.
- ⬇️ Download a test instance of <b>Visual Studio Code</b>.
- ⬇️ Download the appropriate version of <b>ChromeDriver</b>.
- 📦 <b>Pack</b> and <b>Install</b> your extension into downloaded VS Code instance.
- 🚀 <b>Launch</b> the <b>VS Code</b> instance using Selenium WebDriver.
- 🔥 <b>Run</b> your <b>tests</b>.

## Requirements

Expand All @@ -34,7 +34,7 @@ For more information please visit our 🔗 [project repository](https://github.c
Simply install our package into your extension `devDependencies` to get started:

```npm
npm install --save-dev vscode-extension-tester@latest
npm install --save-dev vscode-extension-tester
```

Make sure to check out the 🔗 [Documentation](../../../../wiki) for detailed instructions.
Expand Down

0 comments on commit 379ce61

Please sign in to comment.