Releases: serenity-bdd/serenity-jbehave
v1.13.0
v1.12.0
Release of 1.11.0
v1.11.0
Release of 1.11.0
v1.10.0
Pull requests:
- #74 Core updated tp 1.1.29 (@YamStranger)
- #73 Fixed issue with browser when rest is used (@YamStranger)
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
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
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:
- 16d3b4e chore: updating serenty core to 1.1.27 (@YamStranger)
- 83b2d66 chore: core updated to v1.1.29-rc.1 (@YamStranger)
- dee66fb feat: added samples for using in tests (@YamStranger)
- fb7f0c9 feat: updating loader of stories to use serenity core utilites (@YamStranger)
- fe2b010 feat: changed loading of test classes. Now classes can be loaded from more complex directory structure (@YamStranger)
v1.7.0
Pull requests:
- #49 Tests are reorganised to enable as more parallel tests as it possible (@YamStranger)
- #48 Updating logging of tests (@YamStranger)
- #47 Updated jbehave to 4.0.5 (@YamStranger)
- #46 Updated @Managed tag processing, added tests (@YamStranger)
- #44 Updated serenity-core to 1.1.26 (@YamStranger)
- #41 Updated contiributing guide - explaned multiline commits and pull requests name convention (@YamStranger)
- #38 Updating serenity core to1.1.26-rc.1 (@YamStranger)
- #37 Updating serenity core to1.25 (@YamStranger)
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
Pull requests:
- #36 Updating dependency for using last serenity core, fixing issue with Java 8 support (@YamStranger)
- #34 Updating code to close streams during reading for files (@YamStranger)
- #33 Build script updating (@YamStranger)
- #28 upgrading groovy from 2.* to 2.4.4 (@YamStranger)
- #27 upgrading serenity-core from 1.1.22-rc.15 to 1.1.24 (@YamStranger)
- #26 Adding instructions for contributors (@YamStranger)
- #25 Upgrading gradle and bintray plugin version (@YamStranger)
- #24 Updating of serenity core version (@YamStranger)
Commits:
- 1e47244 chore: updating gitignore (@YamStranger)
- 290e137 fix: update serenity core to rc.5, updating name of function (@YamStranger)
- 2a3b0d9 Removed .gitattributes to enable build pipeline on SnapCI (@wakaleo)
- 435e524 chore: updated wrapper, and build publishing libs (@YamStranger)
- 4743a4b chore: update of gradle version from 2.5 to 2.10 (@YamStranger)
- 609960b Updated gitignore file (@wakaleo)
- 6631b89 fix: updating class finder to close opened streams (@YamStranger)
- 74abee4 docs: adding instructions for contributors (@YamStranger)
- 7c6377c chore: updated wrapper, and build publishing libs (@YamStranger)
- 8c05583 fix: issue with java 8 support, commons-collection for selenium 2.50, serenity-core to rc.4 (@YamStranger)
- 99c20dc chore: updated gradle version from 2.1 to 2.10 and bintray plugin from 0.6 to 1.5 (@YamStranger)
- c345684 chore: upgrade serenty-core from 1.1.22-rc.15 to 1.1.24 (@YamStranger)
- c9972bc chore: update of gradle version from 2.5 to 2.10 (@YamStranger)
- d83ef3a chore: updated version of serenityCore from rc.11 to rc.15 (@YamStranger)
- e72435a chore: groovy upgrade from 2.* to 2.4.4 (@YamStranger)
- f452013 Updated core version (@wakaleo)
v1.5.0
Pull requests:
- #21 Pull request for updating version of serenity-core to 22-rc.10 (@YamStranger)
Commits:
- 490d9ca 18_issue and 19_issue: updated version of libs (@YamStranger)
- 5ea2cfd Updated dependencies (@wakaleo)
- c89fd90 19_issue updated gradle version (@YamStranger)
- d8ea2c1 19_issue: updated dependecies, updated stories to use chrome instead html_unit (@YamStranger)