Skip to content

NSpec test runner for .NET Core command line interface.

License

Notifications You must be signed in to change notification settings

nspec/DotNetTestNSpec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.