Today we released SpecFlow 1.3.1
You can download it here:
http://specflow.org/downloads/installer.aspx
Thanks goes to the contributers!
If you have any problems please report it on the official Google
Group.
New features:
- Using standard Gherkin parser (
http://github.com/aslakhellesoy/
gherkin) v2.0.1
- Custom XSLT can be specified for generating reports. See examples in
Tests/ReportingTests/CustomXsltTemplate.feature.
- The test error can be accessed through
ScenarioContext.Current.TestError (e.g. in an AfterScenario event).
- [StepTransformation] attribute has been renamed to
[StepArgumentTransformation] because this name describe the intention
better. Using the old attribute will generate a warning.
- Support for MbUnit
Fixed issues:
- NullReference exception when using BeforeTestRun event (Issue 41)