# kiso-testing-vscode **Repository Path**: mirrors_eclipse/kiso-testing-vscode ## Basic Information - **Project Name**: kiso-testing-vscode - **Description**: No description available - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-02 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pykiso-runner This plugin integrates pykiso into vscode by providing an play button and a context menu entry for yaml files. Just open a pykiso yaml file and the play button will appear. It is also able to fix autocompletion in vscode. ## Features Run an active yaml file. ![Usage](images/runButtonDemo.gif) ![Usage](images/runContextMenuDemo.gif) ![Usage](images/unittestViewDemo.gif) Run by the context menu ## Requirements Pykiso needs to be installed on your system. See https://github.com/eclipse-archived/kiso-testing . ## Extension Settings None ## Known Issues None ## Release Notes ### 0.2.0 Run test from yaml folder ### 0.1.0 Add real debugging capabilities for ITF ### 0.0.1 Initial release of pykiso runner ## How to get started as a developer First install nodeJs. https://nodejs.org/en/ From repo root folder install all package dependencies from package.json . ```bash npm install npm install -g typescript ``` Open this project and press F5 to run the plugin. ## Create release package ```bash npm install -g vsce vsce package --baseContentUrl https://github.com/eclipse/kiso-testing-vscode.git ```