From 568648a6b1aad73814c776b12bafb26394cd55bd Mon Sep 17 00:00:00 2001 From: Slava Oliyanchuk Date: Fri, 8 Nov 2024 15:32:44 +0100 Subject: [PATCH] docs: link to extension added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dbc49a3..78e0d23 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This extension supports [Testplane][testplane] features in VS Code environment. +## Installation + +- From Marketplace: [vscode-testplane extention][testplane-extention]. +- From VSCode: Settings --> Extention --> Search `testplane`. + ## Features - **Run** tests; @@ -66,6 +71,7 @@ Adds a keybinding (`cmd+shift+8` for mac and `ctrl+shift+8` for others) to run a [testplane]: https://testplane.io/ [testplane-repl-mode]: https://github.com/gemini-testing/testplane/blob/master/docs/cli.md#repl-mode [vscode-keyboard-shortcuts]: https://code.visualstudio.com/docs/getstarted/keybindings +[testplane-extention]: https://marketplace.visualstudio.com/items?itemName=gemini-testing.vscode-testplane ## Configuration