This is the helper tool for scenarigo to run scenarigo on VS Code. It allows users to easily run and manage their scenarigo tests directly within the VS Code environment.
Requirements
This extension requires scenarigo to be installed on your system.
How to install scenarigo is here
Features
Run Scenarigo Tests: With a simple click or command, you can run scenarigo tests on your YAML files. This feature is accessible through the CodeLens interface at the top of your document or via the command palette.
Select Configuration Path: Customize your test runs by selecting different configuration paths. This is especially useful for projects with multiple scenarigo configurations. You can set and change the configuration path from the command palette.
Output Panel: Get real-time feedback on your test runs. The extension provides an output panel where you can see the test results, including any stdout or stderr outputs, as well as the exit code of the scenarigo process.
Easy Access to Commands: The extension contributes commands to the VS Code command palette, making it easy to run tests and select configuration paths without leaving your keyboard.
How to Use
1. Set scenarigo.configPaths and select which configuration path to use
Open the command palette and type "Preferences: Open Settings (JSON)".
Click on the "▶️ Run scenarigo" CodeLens at the top of the document, or open the command palette (Ctrl+Shift+P or Cmd+Shift+P) and type "Scenarigo: Run".
The test will run, and you can view the results in the output panel titled "Scenarigo".