- Folder Runner executes storytests in directories of HTML files.
- Fit Version Fixture controls behavior that differs between different Fit versions.
- Support for Fit standard parsing behavior.
- A new DoFixture keyword "set" supports setting field and property values.
- Search for fixtures in all assemblies in the current domain, not just the ones explicitly loaded.
- Assembly load errors are displayed when a fixture can not be loaded, to help with diagnosis.
- The input fixture name is displayed when a fixture can not be loaded, to help with diagnosis.
- Parser performance improvements.
Bug Fixes
- Strings added to cells are "escaped" so they are not interpreted as HTML. This affects the DoFixture "show" keyword and the display of actual and expected results when a comparison fails.
- The Fit annotation class is inserted at the beginning of the HTML tag, not the end, to override any existing class.
- Fixture names and ColumnFixture column headings are trimmed of leading and trailing whitespace.