Releases: serenity-bdd/serenity-jbehave
v1.0.15
v1.0.13
v1.0.12
v1.0.11
v1.0.10
Pull requests:
- #8 Update to 1.0.23 for core and replace serenity_bdd with serenitybdd pack... (@mikezx6r)
- #7 Rename serenity_bdd to serenitybdd (@mikezx6r)
- #6 Final classes moved to serenity_bdd and Serenity prefix names (@mikezx6r)
- #5 Move all classes to serenity_bdd namespace (@mikezx6r)
- #4 More migration to Serenity namespace (@mikezx6r)
- #3 Fix issue with running reports and old version of guava being version us... (@mikezx6r)
Commits:
-
1fe1132 Move almost everything into serenity_bdd namespace and rename helper classes (@mikezx6r)
-
33e3d87 Update to 1.0.23 for core and replace serenity_bdd with serenitybdd package (@mikezx6r)
-
4a52480 Rename Step related classes to Serenity prefix (@mikezx6r)
-
5388cfc Move and rename ThucydidesReportingRunner to new namespace (@mikezx6r)
-
6df9184 Move Extract class to serenity_bdd package (@mikezx6r)
-
787097c Move Metafilter to serenity_bdd package while keeping deprecated variation in thucydides package (@mikezx6r)
serenity_bdd annotation takes precedence over thucydides if both are defined
-
80a2181 Fix issue with running reports and old version of guava being version used (@mikezx6r)
If using Maven, and only define a dependency on serenity:serenity-jbehave, Maven
appears to resolve guava to the old version contained in reflections (0.11.0).
This version of Guava does not contain many of the methods required to complete reporting.
Adding this exclusion has all the tests pass, AND my FT suite completes successfully pointing at a
local SNAPSHOT version of this project. -
b91449d Move converters to new serenity_bdd namespace (@mikezx6r)
v1.0.9
Pull requests:
- #8 Update to 1.0.23 for core and replace serenity_bdd with serenitybdd pack... (@mikezx6r)
- #7 Rename serenity_bdd to serenitybdd (@mikezx6r)
- #6 Final classes moved to serenity_bdd and Serenity prefix names (@mikezx6r)
- #5 Move all classes to serenity_bdd namespace (@mikezx6r)
- #4 More migration to Serenity namespace (@mikezx6r)
- #3 Fix issue with running reports and old version of guava being version us... (@mikezx6r)
Commits:
-
1fe1132 Move almost everything into serenity_bdd namespace and rename helper classes (@mikezx6r)
-
33e3d87 Update to 1.0.23 for core and replace serenity_bdd with serenitybdd package (@mikezx6r)
-
4a52480 Rename Step related classes to Serenity prefix (@mikezx6r)
-
5388cfc Move and rename ThucydidesReportingRunner to new namespace (@mikezx6r)
-
6df9184 Move Extract class to serenity_bdd package (@mikezx6r)
-
787097c Move Metafilter to serenity_bdd package while keeping deprecated variation in thucydides package (@mikezx6r)
serenity_bdd annotation takes precedence over thucydides if both are defined
-
80a2181 Fix issue with running reports and old version of guava being version used (@mikezx6r)
If using Maven, and only define a dependency on serenity:serenity-jbehave, Maven
appears to resolve guava to the old version contained in reflections (0.11.0).
This version of Guava does not contain many of the methods required to complete reporting.
Adding this exclusion has all the tests pass, AND my FT suite completes successfully pointing at a
local SNAPSHOT version of this project. -
b91449d Move converters to new serenity_bdd namespace (@mikezx6r)
v1.0.8
Commits:
- 2516671 Updated core dependencies (@wakaleo)
- 3220cef Added support for using JUnit Assumes inside Serenity steps to force a test to be reported as "ignored" if the assumption fails. (@wakaleo)
- fd03ac7 Added support for using JUnit Assumes inside Serenity steps to force a test to be reported as "ignored" if the assumption fails. (@wakaleo)