You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.