Releases: serenity-bdd/serenity-jbehave
thucydides-jbehave-plugin-0.9.264
Commits:
-
3dd8f69 Fixed issue with scenarios that were skipped due to a metafilter setting appearing as passing (@wakaleo)
-
511166a THUCYDIDES-160: add ClassFinder tests for classes located in JAR files (@cvmocanu)
When they are run from an IDE like IntelliJ, the tests that use a maven
dependency do not test finding classes that are packaged in a JAR file.
This is because IntelliJ will setup the dependencies so that one module
depends on another module's .class files directly. This way, the IDE
does not have to waste time to package classes to jar files, and the
development is faster. -
55c0479 THUCYDIDES-160: fix broken test (@cvmocanu)
The class SomeBoilerplateSteps was not annotated with [@given, so a test](https://github.com/Given, so a test)
was failing. To make sure the test is fixed, please change the pom to
depend on the latest version of thucydides-sample-alternative-resources. -
7325839 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.264 (@wakaleo)
-
9f3663d THUCYDIDES-160: fix issue (@cvmocanu)
This commit fixes the loading of classes from jar files or file-system
directories, when the path contains characters which need to be
URL-encoded (e.g. the space character). -
b626344 [maven-release-plugin] prepare for next development iteration (@wakaleo)
thucydides-jbehave-plugin-0.9.262
thucydides-jbehave-plugin-0.9.260
thucydides-jbehave-plugin-0.9.256
thucydides-jbehave-plugin-0.9.255
Commits:
-
773cdd9 fix THUCYDIDES-160 (no candidate steps found when path contains spaces)
The expression "new File(url.getFile())" is buggy because the result of
"url.getFile()" contains url-encoded characters (like "%20" instead of
space).
The fix is to use "new File(url.toURI())" instead, since that takes care
of decoding url-encoded characters.
See also: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4466485 -
a8c6a94 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.255 (@wakaleo)
-
fa36401 [maven-release-plugin] prepare for next development iteration (@wakaleo)
thucydides-jbehave-plugin-0.9.250
thucydides-jbehave-plugin-0.9.244
Commits:
- 4c286fd version updates (@wakaleo)
- 8bb07d9 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.244 (@wakaleo)
- c72ed8e [maven-release-plugin] prepare for next development iteration (@wakaleo)
- deeab26 version updates (@wakaleo)
- e396663 Minor refactoring, and fixes for THUCYDIDES-234 (@wakaleo)
thucydides-jbehave-plugin-0.9.236
Commits:
- 20a8a2e [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.236 (@wakaleo)
- 5679bd7 [maven-release-plugin] prepare for next development iteration (@wakaleo)
- 604cfc3 Updated JBehave to 3.9.2 (@wakaleo)
- 854396f Upgrading to JBehave 3.9 (@wakaleo)
- bb61b0c Extra tests around Spring integration. (@wakaleo)
- d3ae1f8 Updating dependencies (@wakaleo)
- f5c87de Minor refactoring and additional tests. (@wakaleo)
- f94313c Thucydides now supports the JBehave "groovy:" prefix for metafilters (see http://jbehave.org/reference/stable/meta-filtering.html) (@wakaleo)
thucydides-jbehave-plugin-0.9.235
thucydides-jbehave-plugin-0.9.233
Commits:
- 39a7d9a [maven-release-plugin] prepare for next development iteration (@wakaleo)
- 3fb2bd0 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.233 (@wakaleo)
- 5727efd Fixed a bug where @step libraries where incorrectly persisted between scenarios. This behavior is now deactivated by default, but can be activated by setting the 'reset.steps.each.scenario' property to 'false' (@wakaleo)