Skip to content

Releases: serenity-bdd/serenity-jbehave

v1.13.0

07 Jun 21:41
Compare
Choose a tag to compare

Release of 1.13.0

v1.12.0

02 Jun 06:33
Compare
Choose a tag to compare

Release of 1.11.0

v1.11.0

02 Jun 06:33
Compare
Choose a tag to compare

Release of 1.11.0

v1.10.0

20 Apr 07:00
Compare
Choose a tag to compare

Pull requests:

Commits:

  • 65abdec feat: fixed issue with browser when rest is used (@YamStranger)

    Fixed bug for JBehave when non web test executed browsers opens because of check if
    it is alive

  • cc27ba0 chore: core updated (@YamStranger)

v1.9.0

05 Apr 14:21
Compare
Choose a tag to compare

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)

v1.8.0

25 Mar 12:05
Compare
Choose a tag to compare

Pull requests:

  • #58 Updated core to 1.1.29-rc.1 (@YamStranger)
  • #55 Changed loading of test classes. Now test classes can be loaded from directories and subdirectories based on root package (@YamStranger)
  • #52 Updated serenty core to 1.1.27 (@YamStranger)
  • #51 Updated loader of testOutcomes to use serenity core utilites (@YamStranger)

Commits:

v1.7.0

24 Feb 10:39
Compare
Choose a tag to compare

Pull requests:

Commits:

  • 0551108 feat: updated managed tag processing (@YamStranger)

    Now it is possible to mark as manages all scenarious in story file

    Narrative: 
    ... 
    Meta: 
    [@manual](https://github.com/manual) 
    Scenario: A scenario that works and should me manual 
    Given I have an implemented JBehave scenario 
    ... 
    Scenario: A scenario that works and should me manual too 
    Given I have an implemented JBehave scenario 
    ... 
    
  • 2bc5efa chore: updating logging of tests (@YamStranger)

  • 5a398de feat: updated jbehave to 4.0.5 (@YamStranger)

  • 685490b chore: reorganisation of tests to enable as more parallel tests as it possible (@YamStranger)

  • 7092c91 docs: updating contributing docs (@YamStranger)

  • cab04ac chore: updating serenty-core to 1.1.26 (@YamStranger)

  • d2c30c4 fix: core update (@YamStranger)

  • f061dac chore: serenity core updated (@YamStranger)

v1.6.0

18 Feb 14:52
Compare
Choose a tag to compare

Pull requests:

Commits:

v1.5.0

18 Feb 14:52
Compare
Choose a tag to compare

Pull requests:

  • #21 Pull request for updating version of serenity-core to 22-rc.10 (@YamStranger)

Commits:

v1.2.0

18 Feb 14:51
Compare
Choose a tag to compare

Commits:

  • 4d33134 Updated to core 1.2.3, and refactored the logic that closes the browsers at the end of a story (@wakaleo)