Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.76 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.76 KB

DotNetTestNSpec

NuGet Version and Downloads count Build status

DotNetTestNSpec is a NSpec runner for .NET Core command line interface and Visual Studio IDE.

It runs NSpec tests in .NET Core projects targeting both .NET Core and .NET Framework, both from console - taking advantage of dotnet test command line interface - as well as from Visual Studio Test Explorer window.

For more info on NSpec testing framework, please see its project or nspec.org website.

Minimum requirements

It currently supports projects based on .NET Core Tools Preview 2, the ones with project.json and .xproj files, hence the only allowed Visual Studio IDE is 2015.

Examples

See NSpec project, at path examples/DotNetTestSample, for a standalone solution with following features:

  • separate main and test project,
  • import of NSpec and this runner as dependencies,
  • allows running tests from dotnet command line interface and Visual Studio IDE.

Breaking changes

To check for potential breaking changes, see BREAKING-CHANGES.md.

Contributing

See contributing doc page.

License

MIT

Credits

DotNetTestNSpec is written by BrainCrumbz. It's shaped and benefited by hard work from our contributors.