Skip to content

JSON Output and Cucumberish Library

Compare
Choose a tag to compare
@Ahmed-Ali Ahmed-Ali released this 12 Feb 20:30
· 124 commits to master since this release

New features:

  • Cucumberish now can output the execution result formatted like its Ruby version. See PR #39 . Thanks to @sidekickr.
  • Added the ability report failures in BeforeStart hocks. See PR #38. Thanks to @brentleyjones

Changes

  • Replaced the CucumberishExample project with the library project, which simplifies the demonstration of the framework. See PR #39 . Thanks to @sidekickr
  • Looking up for .feature files will be recursive on all subdirectories. This gives the ability to organize your .feature files into subdirectories. See issue #36.