Today we released SpecFlow 1.3.3
You can download it here:
http://specflow.org/downloads/installer.aspx
Note: If you have installed the beta Visual Studio 2010 syntax
coloring extension, uninstall it before upgrading to v1.3.3 (Visual
Studio / Tools / Extension Manager). The new SpecFlow installer
already contains syntax coloring for VS2010.
Thanks goes to the contributors!
If you have any problems please report it on the official Google
group.
New features:
+ Support for MsTest report generation
usage: specflow mstestexecutionreport projectFile [/
testResult:value] [/xsltFile:value] [/out:value]
projectFile Visual Studio Project File containing
specs
[/testResult:value] Test Result file generated by MsTest.
Defaults to TestResult.trx
[/out:value] Generated Output File. Defaults to
TestResult.html
[/xsltFile:value] Xslt file to use, defaults to built-in
stylesheet if not provided
+ Visual Studio 2010 editor support:
- syntax coloring with configurable colors ("Gherkin ...")
- outlining for scenarios
Fixed issues:
+ MbUnit execution fails for pending steps (Assert method not found:
Inconclusive)