Cucable Plugin Versions Save

Maven plugin that simplifies running Cucumber Scenarios in parallel.

1.5.1

5 years ago

Fixed

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

1.5.0

5 years ago

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

5 years ago

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

5 years ago

Fixed

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

1.3.1

5 years ago

Fixed

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

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago
  • multi runner support
  • new placeholders
  • bugfixes
  • test coverage

0.1.11

6 years ago