This extensions allows to run NSpec specifications from Test Explorer window.
Licensed under standard MIT license.
Features
Running tests
Tags/Traits
Skipping pending tests
Navigation to source
Known Limitations
The tool assumes you installed NSpec with NuGet so it can find necessary libraries in packages/nspec.x.y.z/tools
You can't run a single example. If you try to do so, all examples in the parent context will run.
When navigating to source, it will prace the cursor at the beginning of the method that contains the example. It can't be more precise and move you directly to apropriate lambda.
Support
This is very early release but seems to work for the most basic scenarios. Feel free to suggest features, raise bugs or fork me on GitHub