Releases: gasparnagy/SpecFlow.xUnitAdapter
Releases · gasparnagy/SpecFlow.xUnitAdapter
v1.2.1 - 25/5/2018
Fixes and improvements:
- Added support for signed SpecFlow projects
v1.2.0 - 11/4/2018
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
Important changes:
- Two new compilation action introduced (
SpecFlowFeatureandSpecFlowEmbeddedFeature). 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
ITestOutputHelperfrom the scenario context - Capture SpecFlow trace to output
- Fix execution time calculation
v1.0.0 - 21/4/2017
This is the initial release.
See related blog post: https://medium.com/bdd-addict/specflow-without-code-behind-files-and-a-big-step-towards-net-core-support-34c9e7249d09
YouTube demo: https://youtu.be/wGuoVqG3I8M