Skip to content

v2.4.0

Compare
Choose a tag to compare
@dirkrombauts dirkrombauts released this 26 Feb 13:13
· 252 commits to master since this release

[2.4.0] - 2016-02-26

Added

  • Support for the test result format of VsTest.Console.exe (#280) (by @dirkrombauts).

Changed

  • The MsTest test result provider is now able to give the result of individual examples in a scenario outline (#285) (by @dirkrombauts).
  • The SpecFlow+ Runner (formerly SpecRun) test result provider is now able to give the result of individual examples in a scenario outline. See the documentation for an important caveat. (#286) (by @dirkrombauts).
  • The Cucumber test result provider is now able to give the result of individual examples in a scenario outline (#287) (by @dirkrombauts).
  • The GUI now uses a combobox to display the choice of test result formats (#297) (by @dirkrombauts).

Fixed