Cucable Plugin Versions Save

Maven plugin that simplifies running Cucumber Scenarios in parallel.

v1.11.0

4 months ago

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

v1.10.0

9 months ago

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

3 years ago

Added

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

1.8.0

3 years ago

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

4 years ago

Fixed

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

1.7.1

4 years ago

Changed

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

1.7.0

4 years ago

Added

  • Support for Cucumber feature text files

Changed

  • Various dependency and documentation updates

1.6.0

4 years ago

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

4 years ago

Added

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

Changed

  • Updated dependencies

1.5.2

4 years ago
  • Updated dependencies
  • Replaced cobertura with jacoco