CodeLens provider and test runner for Visual Studio Code that supports Ginkgo tests.
Run Ginkgo tests from:
- Files - Run all the tests in a file via a CodeLens or the Command Palette
- Its - Run individual tests via CodeLenses
- Explorer context menu - Run all tests in a file via a context menu
This extension contributes the following settings:
ginkgolens.args
: additional arguments to pass to the invocation ofginkgo
ginkgolens.showCommand
: display theginkgo
command being run in the test ouputginkgolens.includeFile
: show CodeLenses for test filesginkgolens.includeIts
: show CodeLenses forIt
specs in test files
- Interaction with programmatic focus uninvestigated
Initial release! Proof of concept used to gather user feedback.