Skip to content

v1.9.0

Compare
Choose a tag to compare
@YamStranger YamStranger released this 05 Apr 14:21
· 217 commits to master since this release

Pull requests:

  • #66 Implemented filtering using jbehave metafilters. Scenarios and Stories should be processed after filtering skip and ignore stories (@YamStranger)
  • #67 Resolved version conflicts for xml-apis and commons-codec to use latest serenity core (@YamStranger)
  • #64 Updated resetting If browser died it should be restarted even if not shouldRestartDriverBeforeEachScenario (@YamStranger)

Commits:

  • 14f6fc3 feat: implemented filtering by ignore, skip, wip annotations. Updated tests to check Skipped and Ignored scenarios. (@YamStranger)

    Now it is possible mark story, scenario, scenarios with examples with skip or ignore or wip annotation and
    they will included in report, but not executed.

  • 37a9620 fix: implemented filtering using jbehave metafilters. Scenarios and Stories should be processed after filtering skip and ignore stories (@YamStranger)

  • 55e4bed fix: updated jbehave to use priorities for assign scenario status based on story status (ignored, skipped) (@YamStranger)

  • b7e656d fix: added ignored and skipped scenarios with examples in report (@YamStranger)

  • d0c6745 fix: if browser died it should be resetted (@YamStranger)

  • f00d190 fix: resolved version conflicts for xml-apis and commons-codec to use latest serenty core (@YamStranger)