NSpec
NSpec copied to clipboard
A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Are there any plans to support.net core 3 or above?
Hi, first of all - I really like exploring and diving deeper to nspec. I'm filtering my testcases with tags which is working fine. Right now for most cases it...
Hey guys, We're looking at ways in which we can improve debugging in nspec especially for an individual example. One solution I've come up with is to extend the nspec...
Love the idea of BDD and NSpec as a concept looks so much easier writing tests than the standard unit testing frameworks. However, using the 'Getting Started' guide on the...
See #145 , and specifically: > Later or, we might provide instruction/ code samples/ docs on how to create a console application (instead of a class library) to run &...
In index.md, where it says: --- - Then run the tests using `NSpecRunner.exe`: ``` >NSpecRunner.exe YourClassLibraryName\bin\debug\YourClassLibraryName.dll my first spec asserts at the method level describe nesting asserts in a method...
From #91 : > Initial new website has been deployed (code is in the gh-pages branch). @provegard, @BrainCrumbz, can you put links/descriptions to your VS Integration stuff on the site?...
I have created a simple continuous runner similar to karma: Whenever the test assembly is recompiled, the tests are re-executed. If the HTML formatter is specified, the runner opens the...
New user of nspec here. All the documentation I can find points to http://nspec.org/continuoustesting for setting up Specwatchr. Even the Specwatchr project homepage points to that page, which no longer...