Skip to content

Releases: trivago/cucable-plugin

1.11.0 - More runner generation options

04 Dec 14:04
7ff1c59
Compare
Choose a tag to compare

Added

  • New way to only generate features without runners by specifying <desiredNumberOfRunners>0</desiredNumberOfRunners>.

Changed

  • Default value of <desiredNumberOfRunners> was changed from 0 to -1:
    • -1 means that the number generated runners should be equal to the number generated scenarios.
    • 0 means that no runners should be generated at all.
  • Java 11 requirement

1.10.0 - New features

27 Jun 12:58
Compare
Choose a tag to compare

Added

  • Ability added to specify a folder containing rerun text files [183]
  • Additional generated-features.properties file in the generated feature directory that stores all generated feature names and their reference to the respective source feature [184]
  • Feature source options can now be freely combined
  • Cucable version is now mentioned in the generated runners and features

Changed

  • Various dependency updates

1.9.0 - Better error message, Background support

26 Nov 12:32
Compare
Choose a tag to compare

Added

  • Better error messages when features cannot be parsed (#173)
  • Background steps are now preserved as Background in generated scenarios (#160)

1.8.0 - Fixed tag handling

15 Aug 14:54
3339fa2
Compare
Choose a tag to compare

Fixed

  • Correct handling of feature tags in combination with multiple tagged example tables (#168)
  • Invalid runner class name for features beginning with numbers (#156)

1.7.2 - Plugin resilience

03 Apr 14:44
Compare
Choose a tag to compare

Fixed

  • Cucable does not fail on empty Cucumber feature list file.

1.7.1 - Rerun file processing tweaks

03 Apr 11:37
Compare
Choose a tag to compare

Changed

  • Runner and feature file names generated from Cucumber feature text files are now postfixed with _rerun_IT

1.7.0 - Cucumber rerun formatter file support

30 Mar 15:24
0035ee1
Compare
Choose a tag to compare

Added

  • Support for Cucumber feature text files

Changed

  • Various dependency and documentation updates

1.6.0 - bugfixes and resilience

10 Dec 10:19
b8076dc
Compare
Choose a tag to compare

Changed

  • Cucable is now more resilient when trying to deal with unparsable features - these are skipped instead of stopping the overall execution.

Fixed

  • Utf-8 encoding error on linux (#150)
  • Scenarios had too many tags when there were also feature tags (#145)

1.5.3 - Scenario name support

09 Sep 11:22
4a1b0b6
Compare
Choose a tag to compare

Added

  • Runner generation based on Scenario names (#127, contributed by @josepj)

Changed

  • Updated dependencies

1.5.2 - Dependency updates

11 Jul 13:21
Compare
Choose a tag to compare
  • Updated dependencies
  • Replaced cobertura with jacoco