shellspec-testerThis extension helps running shellspec tests and shows tests and results in the "Testing" tab. Features
SnippetsThis extension also contains snippets for many commonly used shellspec commands like:
These can be invoked by typing "shellspec:" - vscode should then suggest the available templates. Get native test viewIf you have opened your workspace in a folder which has shellspec-tests, they will be automatically imported into VSCodes "Testing" tab. The test detection uses the following command to detect specfiles:
Found tests are then parsed (within VSCode extension) and categorised in the following structure:
You can right click on any test or group to go to its specification in the specfile where it is defined. RequirementsYou need to have shellspec installed. Settings
Known IssuesMy code is probably very inefficient, but I am not a javascript/typescript person and new to VSCode. DisclaimerThis is my first VSCode extension, and I am not a typescript programmer. Everything is provided as-is. I do not guarantee anything, but I try my best to create a helpful extension. Do you think you can do better? I would be happy to receive a Merge Request for fixes, new features, code cleanup... Release Notes0.0.4
0.0.3
0.0.2Fix bug detecting Test IDs containing " and ' 0.0.1Initial release |