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)