Skip to content

Releases: gasparnagy/SpecFlow.xUnitAdapter

v1.2.1 - 25/5/2018

25 May 07:27

Choose a tag to compare

Fixes and improvements:

  • Added support for signed SpecFlow projects

v1.2.0 - 11/4/2018

11 Apr 12:29

Choose a tag to compare

Important changes:

  • Supports SpecFlow v2.3.1

Fixes and improvements:

  • Fix for #16: Source controller marked class files throw System.UnauthorizedAccessException during SourceMap

v1.1.0 - 10/10/2017

10 Oct 12:57

Choose a tag to compare

Important changes:

  • Two new compilation action introduced (SpecFlowFeature and SpecFlowEmbeddedFeature). With these, you can ensure copying the feature files to the output folder or embedding them as a resource while keeping the source file reference for debugging.
  • The plugin is now really a SpecFlow plugin, therefore it has to be listed in the <plugins> section of the SpecFlow configuration (the NuGet package adds it anyway). This was necessary for capturing SpecFlow trace messages to the xUnit test output.

Fixes and improvements:

  • Fix source reference in Test Explorer by including a source map to the compiled file using an MsBuild task
  • Allow running tests from embedded resource
  • Allow discovering and running "normal" code-based xUnit tests from the project (useful for incremental adoption)
  • Enable accessing ITestOutputHelper from the scenario context
  • Capture SpecFlow trace to output
  • Fix execution time calculation

v1.0.0 - 21/4/2017

24 Apr 12:41

Choose a tag to compare