Releases: serenity-bdd/serenity-core
v1.1.22-rc.4: Release of 1.1.22-rc.4
v1.1.22-rc.3: Release of 1.1.22-rc.3
v1.1.22-rc.2: Release of 1.1.22-rc.2
Pull requests:
- #176 Pull request for desabling retries in smoke-tests (@YamStranger)
- #174 Pull requst for fixing #128 issue (@YamStranger)
- #168 Fixing getdrivername method to take this.driverClass instead of the g… (@willhuang85)
- #171 Pull request for #132 issue (@YamStranger)
Commits:
- 02b260e 132_issue: fixing incorrect test. Notifier should record failure (@YamStranger)
- 1dae0a5 132_issue: updated SerenityRunner to use max.retries only if junit.retry.tests=true, removing description creating method (@YamStranger)
- 27508e1 132_issue: test and solution provided (@YamStranger)
- 3eba4e8 128_issue: updated checking Content Type according RFC1341, and added test for https rest tests based on github (@YamStranger)
- 41361d0 132_issue: updated SerenityRunner to use max.retries only if junit.retry.tests=true (@YamStranger)
- 632b09d 132_issue: little refactoring, moving string to constants (@YamStranger)
- 6ccd53e Fixed #175 (@wakaleo)
- 83496ff Fine-tuned reporting (@wakaleo)
- 8a671ce 132_issue: clean task fix (@YamStranger)
- 9bcc664 Better formatting for the result line at the bottom of the test outcome table (@wakaleo)
- a241bd8 Test hardening (@wakaleo)
- a798480 132_issue: updated SerenityRunner to use max.retries only if junit.retry.tests=true, removing imports (@YamStranger)
- acf58d8 132_issue: fixing name of menthod in reports (@YamStranger)
- dc80964 132_issue: updated SerenityRunner to use max.retries only if junit.retry.tests=true, fixing tests from different modules (@YamStranger)
- eb37b9b 132_issue: desabling retries in smoke-tests (@YamStranger)
- f3e533f 128_issue: fixing style (@YamStranger)
v1.1.22-rc.1: Release of 1.1.22-rc.1
Commits:
v1.1.21: Release of 1.1.21
v1.1.20: Release of 1.1.20
v1.1.19
v1.1.18-rc.2: Release of 1.1.18-rc.2
Pull requests:
- #167 #130 issue fix (@YamStranger)
- #166 Pull request for updating test in serenity_core (ThucydidesWebDriverSupport init) (@YamStranger)
Commits:
- 062d4da Improved reporting (@wakaleo)
- 0d48d61 130_issue: updated simple-gradle-project for serenity-gradle-plugin
- 356fbb9 130_issue: added test and default project for gradle plugin (@YamStranger)
- 59a3cb2 130_issue: spelling error fix
- 60b4922 130_issue: build.config updated for simple project for serenity-gradle_plugin (@YamStranger)
- 785c7be Finished merge (@wakaleo)
- 89a443f Finished merge (@wakaleo)
- 920e4cf 130_issue: fixed. Added sample projects for testing serenity-gradle-plugin (@YamStranger)
- af55a04 130_issue: updated simple-gradle-project for serenity-gradle-plugin
- b4bbc31 130_issue: removing unused dependencies (@YamStranger)
- ca0ffa0 Fixing getdrivername method to take this.driverClass instead of the getter since the getter may not return a SupportedDriver anymore (@willhuang85)
- d2c156d 130_issue: removed emtpy lines (@YamStranger)
- dcab9c6 updating test to use ThucydidesWebDriverSupport (@YamStranger)
- e28f899 130_issue: fixing copying jars bug (@YamStranger)
- f6464d1 updating tests for using ThucydesWebDriverSupport (@YamStranger)
v1.1.18-rc.1: Release of 1.1.18-rc.1
Pull requests:
- #161 gradle plugin update for #130 issue (@YamStranger)
Commits:
-
0c10504 130_issue: added test and default project for gradle plugin (@YamStranger)
-
28be7ba 130_issue: build.config updated for simple project for serenity-gradle_plugin (@YamStranger)
-
322e572 130_issue: spelling error fix
This reverts commit 4397786, reversing
changes made to 84d0955. -
84d0955 Refactoring of the report generation code to rectify #160 (@wakaleo)
-
8fedb54 Refactoring WebDriver integration to use the ThucydidesWebDriverSupport class (@wakaleo)
-
a1979bb 130_issue: removed emtpy lines (@YamStranger)
-
ad77459 Made the instantiation of test steps more robust, mainly for use in the Journey pattern (@wakaleo)
-
c497bb6 Updating dependencies for the smoketest project (@wakaleo)
-
c66f0fe Fixed an issue with the reporting of pending and skipped tests (@wakaleo)
-
d5883db 130_issue: updated simple-gradle-project for serenity-gradle-plugin
-
e8607af 130_issue: fixed. Added sample projects for testing serenity-gradle-plugin (@YamStranger)
-
ee6807e 130_issue: updated simple-gradle-project for serenity-gradle-plugin
v1.1.17-rc.4: Release of 1.1.17-rc.4
Commits:
-
01a6e9d Improved reporting (@wakaleo)
Use FontAwesome for more readable test result icons.
-
271ffe1 Added support for customising exception handling. (@wakaleo)
You can now specify your own exceptions that will cause a failure by using the /serenity.fail.on/ property. You can also specify those that will cause an error using /serenity.error.on/.
-
2e0752d Added a more meaningful error message if a resource file cannot be copied. (@wakaleo)
-
5d1b871 Fixed an error in the freemarker templates. (@wakaleo)
-
7de1dd5 Better error/failure distinction (@wakaleo)
Exceptions such as ElementShouldBeInvisibleException are now reported as failures, not errors.
-
c584505 Fixed some issues related to displaying manual tests (@wakaleo)