Skip to content

Latest commit

 

History

History
141 lines (88 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

141 lines (88 loc) · 3.92 KB

Changelog

1.2.2 - Oct 31, 2012

  • Add accessors for last_failed and failed_path

1.2.1 - Oct 31, 2012

  • #36: :feature_sets defined in Guardfile is not taken in account.

1.2.0 - June 19, 2012

1.1.0 - June 6, 2012

1.0.0 - June 2, 2012

  • Update for Guard 1.1

0.8.0 - Mai 8, 2012

  • Update for Cucucmber 1.2.0

0.7.5 - Jan 17, 2012

0.7.4 - Nov 9, 2011

  • #24: Individual scenarios are no longer run if the entire feature is also scheduled to run(@oreoshake)

0.7.3 - Oct 14, 2011

  • #20: Close rerun.txt file properly after reading the failed features.

0.7.2 - Oct 1, 2011

  • Enable :task_has_failed

0.7.1 - Oct 1, 2011

  • Disable :task_has_failed until new Guard version is available.

0.7.0 - Sep 30, 2011

  • Update for Guard 0.8

0.6.3 - Sep 8, 2011

  • Documentation updates and refactorings.

0.6.2 - Sep 4, 2011

  • #17: Make sure either a valid symbol or nil is passed as image.

0.6.1 - Aug 17, 2011

  • Remember line number of features to be rerun.

0.6.0 - Aug 14 2011

  • Add :run_all option.

0.5.2 - Jul 04 2011

0.5.1 - Jun 28 2011

  • #14: Ensure the Guard returns a boolean status.
  • #12: Require guard/notifier to fix exception in cucumber binary. (@robertzx)
  • Introduces the :change_format option.
  • #11 Add support for failure format. (@NickClark)

0.4.0 - Jun 06 2011

  • Fix empty rerun.txt.

0.3.3 - Jun 06 2011

  • Improve failed feature detection via rerun.txt.
  • Change the :cli option to ignore the default profile.

0.3.1 - May 13 2011

  • When stealing is desired: Porting the :all_after_pass, :all_on_start and :keep_failed
  • Let Cucumber notify the most important story: a failure, else a pending, else an undefined. (@lorennorman)
  • Added an extra Cucumber alert naming the failed steps. (@lorennorman)

0.3.0 - Mar 28 2011

  • Cucumber arguments are now passed only through the CLI option.
  • Use another null device on ms win.
  • #5: made loading of notification formatter as just another formatter with /dev/null. (@hron)

0.2.4 - Mar 14 2011

  • Implemented workaround of not loaded step definitions when using guard-spork. (@hron)
  • Added option to pass any command to cucumber. (@oriolgual)

0.2.3 - Jan 21 2011

  • Add option to include a profile argument in cucumber. (@thecatwasnot)

0.2.2 - Dec 09 2010

  • Depend on the latest cucumber 0.10.0

0.1.0 - Oct 28 2010

  • Initial release.