Introduction
TestBench Extension for Visual Studio Code connects TestBench and Robot Framework directly inside VS Code.
What you can do
With the extension, you can browse TestBench projects, test object versions (TOVs), test cycles, subdivisions, and keywords, generate Robot Framework test suites from TestBench structures, synchronize keywords bidirectionally between VS Code and TestBench, and import Robot Framework execution results back into TestBench.
Core requirements
- Visual Studio Code 1.101.0 or newer.
- Python 3.10 or newer.
- TestBench 4.0 or newer.
- Open VS Code workspace folder (required for write operations).
The extension auto-installs these dependencies:
- Python extension (
ms-python.python) - RobotCode extension (
d-biehl.robotcode)
Repository
See the source code of the extension in the TestBench VS Code extension GitHub repository.