Howdy.
Yesterday I released StorEvil 0.5.
New features:
- Support for Backgrounds (Gherkin feature: common setup for all
scenarios in a file)
- Added ability for users to do Custom Parameter Conversion by
implementing CustomParameterConverter
docs:
http://wiki.github.com/davidmfoley/storevil/custom-parameter-conversion
- Added Guid parsing
- Context lifetime can now be set (per Session, Story or Scenario)
- Enables you “keep around” expensive contexts and do per-run or per-
story setup/teardown
- For example, database setup/teardown or Watin/Selenium session
creation/destruction
docs:
http://wiki.github.com/davidmfoley/storevil/context-lifetimes
- Change: StorEvil now prefers context methods that have been used in
the current scenario, rather than throwing MatchResolutionExceptions
when a line can match multiple methods. (Thanks: Dru for the
discussion)
- Fixed some bugs: negative numbers, outline table parsing, etc.
(Thanks: Dru, Jak and the Getty posse for bug reports)
- Moved StorEvil to Visual Studio 2010