Skip to content

Releases: trivago/cucable-plugin

1.5.2 - Dependency updates

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

1.5.1 - Tag expression fix for untagged scenarios

14 Mar 16:59
Compare
Choose a tag to compare

Fixed

  • Potentially wrong handling of scenarios without tags when a tag expression is provided in <includeScenarioTags> (#107)

1.5.0 - Tag expressions and bug fixes

11 Mar 14:37
bc3df89
Compare
Choose a tag to compare

Fixed

  • Untrue error on missing example table columns (#100)
  • Errors before scenario parsing are not reported as parse errors anymore

Added

  • [Cucumber tag expression] support (#104)

Removed

  • Removed parameters excludeScenarioTags, includeScenarioTagsConnector and excludeScenarioTagsConnector in favor of Cucumber tag expressions in includeScenarioTags

Changed

1.4.0 - Major feature upgrade

13 Feb 14:56
Compare
Choose a tag to compare

Added

  • Support for and and or mode for includeScenarioTags and excludeScenarioTags via includeScenarioTagsConnector and excludeScenarioTagsConnector parameters (default: 'or') (#88):

    <includeScenarioTagsConnector>and</includeScenarioTagsConnector>
    <excludeScenarioTagsConnector>or</excludeScenarioTagsConnector>
    
  • Support to specify multiple sourceFeatures (#55), e.g.:

    <sourceFeatures>
        src/test/resources/features/sometests,
        src/test/resources/features/MyFeature.feature:8:15
    </sourceFeatures>
    
  • Ability to generate runners with a specific number of features by specifying desiredNumberOfFeaturesPerRunner

Changed

  • includeScenarioTags and excludeScenarioTags are now specified as a list of strings:

    <includeScenarioTags>@tag1,@tag2</includeScenarioTags>
    <excludeScenarioTags>@tag3</excludeScenarioTags>
    
  • includeScenarioTags and excludeScenarioTags can now be used without the preceding @:

    <includeScenarioTags>tag1,tag2</includeScenarioTags>

  • Completely rewritten feature handling to support more options

1.3.2 - Bugfix release

01 Feb 09:29
Compare
Choose a tag to compare

Fixed

  • Feature parsing on windows (#73)
  • Arbitrary table cell content handling (#94)

1.3.1 - newlines in source files

21 Jan 08:28
Compare
Choose a tag to compare

Fixed

  • Fixed handling of data and example tables containing line breaks (\n)

1.3.0 - Multiple example tables, new approach to "features" parallelization mode

30 Nov 13:04
d8102e6
Compare
Choose a tag to compare
Merge pull request #86 from trivago/tag-refinement

Tag refinement

1.2.0 - parallelization mode

12 Nov 18:05
d72a449
Compare
Choose a tag to compare
Merge pull request #82 from trivago/various-improvements

Various improvements

1.1.0 - Custom template placeholders

25 Jun 09:55
06c84c3
Compare
Choose a tag to compare
Merge pull request #72 from trivago/feature/custom-data

Feature/custom data

Version 1.0.0 release

18 May 14:52
51de9e2
Compare
Choose a tag to compare
  • multi runner support
  • new placeholders
  • bugfixes
  • test coverage