Rules:
- [New Rule] Duplicate Scenario names. If a feature file has multiple scenarios with identical names this rule will fire. It is a warning level rule. This can cause issues when debugging your tests. Usually a result of copying and pasting other tests.
- [Bug] Out of Order Steps will no longer fire for scenarios and backgrounds that have no steps. #97
- [Bug] Out of Order Steps will no longer fire when the same keyword is used mulitple times in the correct order. Given And When When And Then Then. #98
UI:
- Added line numbers to scenario location for easier look up.
Bugs:
- Fixes to junit output #90
- Removed lambda level return statements which was causing issues in certain version of jruby. #104
Updates:
- Updated all dependencies
- Migrated rspec from 2 to 3.
- Added support for 2.4.0 versions of ruby
- Removed support for Ruby and jRuby versions prior to 2.2.0