Skip to content

Latest commit

 

History

History
1097 lines (695 loc) · 98.3 KB

CHANGELOG.md

File metadata and controls

1097 lines (695 loc) · 98.3 KB

Serenity BDD JBehave change Log

upcoming (2016/06/29 15:36 +00:00)

Pull requests:

Commits:

v1.13.0 (2016/06/03 06:23 +00:00)

Pull requests:

v1.12.0 (2016/05/20 09:25 +00:00)

v1.11.0 (2016/05/18 17:24 +00:00)

Pull requests:

  • #88 Update build.gradle for working with java 8 and lambdas (@mykolap)
  • #80 Fixed foreign keyword support in story files (@YamStranger)

Commits:

v1.10.0 (2016/04/20 05:49 +00:00)

Pull requests:

Commits:

Fixed bug for JBehave when non web test executed browsers opens because of check if it is alive

v1.9.0 (2016/03/29 20:33 +00:00)

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 (2016/03/11 07:18 +00:00)

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:

v1.7.0 (2016/02/24 08:54 +00:00)

Pull requests:

Commits:

Now it is possible to mark as manages all scenarious in story file

Narrative:
...
Meta:
[@manua](https://github.com/manua)l
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
...

v1.6.0 (2016/02/05 13:11 +00:00)

Pull requests:

Commits:

v1.5.0 (2015/12/09 07:54 +00:00)

Pull requests:

  • #21 Pull request for updating version of serenity-core to 22-rc.10 (@YamStranger)

Commits:

v1.2.0 (2015/08/02 17:06 +00:00)

Commits:

  • 4d33134 Updated to core 1.2.3, and refactored the logic that closes the browsers at the end of a story (@wakaleo)

v1.1.0 (2015/07/26 02:14 +00:00)

Commits:

v1.0.24 (2015/07/25 05:15 +00:00)

Commits:

v1.0.23 (2015/06/02 01:57 +00:00)

Commits:

v1.0.22 (2015/06/01 08:02 +00:00)

Commits:

v1.0.21 (2015/05/01 23:45 +00:00)

Commits:

v1.0.20 (2015/03/26 11:18 +00:00)

Commits:

  • a204a0c fix: Fixed issue #10: Unable to run serenity from Junit (@wakaleo)

v1.0.19 (2015/03/03 04:42 +00:00)

Commits:

v1.0.18 (2015/03/02 23:32 +00:00)

Pull requests:

  • #9 Fix data provided to the example (@vaha)

Commits:

v1.0.17 (2015/02/20 06:09 +00:00)

Commits:

v1.0.16 (2015/02/18 23:59 +00:00)

Commits:

  • 4bdebee fix: Handle reporting on scenario and story level metatags correctly. (@wakaleo)

v1.0.15 (2015/02/14 00:05 +00:00)

Commits:

  • 699a0c4 Serenity steps that fail will now trigger a failing step in JBehave immediately, which speeds up the tests and provides better reporting in the IDE. (@wakaleo)

v1.0.13 (2015/02/12 11:07 +00:00)

Commits:

v1.0.12 (2015/01/30 12:15 +00:00)

Commits:

v1.0.11 (2015/01/18 08:35 +00:00)

Commits:

v1.0.10 (2014/12/22 22:52 +00:00)

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.

v1.0.9 (2014/12/09 02:16 +00:00)

Pull requests:

  • #2 Continue effort to migrate to new namespace (@mikezx6r)
  • #1 [build] Use gradle-git for controlling version and tagging (@mikezx6r)

Commits:

v1.0.8 (2014/11/23 11:47 +00:00)

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)

v1.0.7 (2014/11/14 07:31 +00:00)

Commits:

v1.0.6 (2014/11/14 07:11 +00:00)

Commits:

v1.0.5 (2014/11/13 17:28 +00:00)

Commits:

v1.0.3 (2014/11/12 02:41 +00:00)

Commits:

v1.0.2-SNAPSHOT (2014/11/06 11:24 +00:00)

Commits:

v1.0.1 (2014/11/06 11:12 +00:00)

Commits:

v1.0.0 (2014/11/06 10:26 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.275 (2014/10/22 11:43 +00:00)

Commits:

  • 04406de Added some tests illustrating the configuration of variable sharing in step definition classes (@wakaleo)
  • 22bc843 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 48e0c7a Experimental Codeship integration (@wakaleo)
  • 8809c2f Version updates (@wakaleo)
  • e179db5 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.275 (@wakaleo)

thucydides-jbehave-plugin-0.9.273 (2014/09/29 16:53 +00:00)

Commits:

  • 2c5bb9c [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 9e61cae [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.273 (@wakaleo)
  • d5b9f10 Fixed an issue with the narrative reporting (@wakaleo)

thucydides-jbehave-plugin-0.9.272 (2014/09/28 01:05 +00:00)

Commits:

  • 25fdc4e fixed a bug in the story narrative reporting (@wakaleo)
  • 4b88534 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.272 (@wakaleo)
  • 6b20302 [maven-release-plugin] prepare for next development iteration (@wakaleo)

thucydides-jbehave-plugin-0.9.271 (2014/09/22 00:43 +00:00)

Commits:

  • 50ee274 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • aad179c [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.271 (@wakaleo)
  • f69ca01 Minor change to support Gradle builds. (@wakaleo)

thucydides-jbehave-plugin-0.9.268 (2014/08/20 08:28 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.264 (2014/07/24 05:52 +00:00)

Commits:

  • 1d26065 Fixed THUCYDIDES-160 (@wakaleo)
  • 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.

The class SomeBoilerplateSteps was not annotated with [@Given, so a tes](https://github.com/Given, so a tes)t was failing. To make sure the test is fixed, please change the pom to depend on the latest version of thucydides-sample-alternative-resources.

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).

thucydides-jbehave-plugin-0.9.262 (2014/07/13 23:15 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.260 (2014/07/10 03:58 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.256 (2014/07/07 01:56 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.255 (2014/06/30 13:27 +00:00)

Commits:

  • 1dacbee Updated versions (@wakaleo)
  • 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 (2014/06/18 01:47 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.244 (2014/05/07 07:40 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.236 (2014/04/25 22:25 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.235 (2014/03/07 03:47 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.233 (2014/02/25 00:00 +00:00)

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)

thucydides-jbehave-plugin-0.9.230 (2014/02/17 11:03 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.229 (2013/12/27 08:01 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.228 (2013/12/04 20:37 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.222 (2013/11/05 23:10 +00:00)

Commits:

  • 8d5999f [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • a0e4fbd Added the 'jbehave.threads' property to configure the number of threads JBehave uses to run stories (@wakaleo)
  • ec2c47c [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.222 (@wakaleo)

thucydides-jbehave-plugin-0.9.220 (2013/11/02 11:09 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.220-RC1 (2013/10/20 12:19 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.205 (2013/08/25 23:52 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.204 (2013/08/11 01:17 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.203 (2013/07/24 05:13 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.201 (2013/07/22 03:24 +00:00)

Commits:

  • 10abaf2 Out-of-the-box support for @skip and @ignore tags (@wakaleo)
  • 181f47e [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.201 (@wakaleo)
  • 9dbc71a [maven-release-plugin] prepare for next development iteration (@wakaleo)

thucydides-jbehave-plugin-0.9.200 (2013/07/17 07:14 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.131-NS (2013/07/03 10:51 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.125 (2013/05/06 07:31 +00:00)

Commits:

  • 1c3c796 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.125 (@wakaleo)
  • 21e8de9 updated versions (@wakaleo)
  • 681a1b2 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • a6532cd Removed dependency on Hamcrest; if the wrong version of Hamcrest was used in the project, no stories would be found with no error message. (@wakaleo)
  • b6678f9 Updated version (@wakaleo)

thucydides-jbehave-plugin-0.9.120 (2013/04/23 03:27 +00:00)

Commits:

  • 2ed7fc4 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 8579fa2 Updated versions and integrated UTF-8 support (@wakaleo)
  • f33d414 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.120 (@wakaleo)

thucydides-jbehave-plugin-0.9.116 (2013/04/20 07:39 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.110 (2013/04/04 05:27 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.108 (2013/04/04 01:08 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.105 (2013/03/20 23:20 +00:00)

Commits:

  • 5afa2a6 Updated version (@wakaleo)
  • 5e54862 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.105 (@wakaleo)
  • d927258 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • e3074ca Added support for GivenStories. Given story files should start with the word 'Given' or 'precondition', or be off the normal story path (@wakaleo)

thucydides-jbehave-plugin-0.9.104 (2013/03/12 05:25 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.103 (2013/03/11 04:11 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.100 (2013/02/27 23:38 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.98 (2013/02/19 23:27 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.97 (2013/02/14 05:18 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.95 (2013/02/01 11:48 +00:00)

Commits:

  • 7d3ea1b [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 8890487 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.95 (@wakaleo)
  • a7af9fb Added support for the 'restart.browser.each.scenario' property, which forces a new browser instance to be used for each scenario and each example in data-driven scenarios (@wakaleo)
  • ba76c00 Updated versions (@wakaleo)

thucydides-jbehave-plugin-0.9.94 (2013/01/25 04:48 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.93 (2013/01/18 20:24 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.92 (2013/01/14 08:34 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.91 (2013/01/14 06:47 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.90 (2012/12/27 14:02 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.87 (2012/12/16 21:20 +00:00)

Commits:

  • 27c774d Fix for THUCYDIDES-115 (@wakaleo)
  • 285e3a3 Update Thucydides dependency (@wakaleo)
  • 6f90037 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.87 (@wakaleo)
  • 6fbd947 Added support for running web tests in a single browser using either the thucydides.use.unique.browser system property or programmatically using runThucydides().inASingleSession() (@wakaleo)
  • 70167ac Updated versions (@wakaleo)
  • a6f2c5d Added support for the thucydides.restart.browser.frequency system property, which restarts the browser periodically for data-driven tests. Can help as firefox may hang after too many data-driven tests (@wakaleo)
  • f84a3e1 [maven-release-plugin] prepare for next development iteration (@wakaleo)

thucydides-jbehave-plugin-0.9.74 (2012/11/13 02:28 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.71 (2012/11/07 02:56 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.28 (2012/10/13 00:05 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.20 (2012/09/11 04:54 +00:00)

Commits:

  • 412f0ce [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 8520f49 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.20 (@wakaleo)
  • ab0df39 Added the story.timeout.in.secs system property for the JBehave stories. (@wakaleo)
  • b71b190 Suspending a test with timeout issues for investigation later on (@wakaleo)

thucydides-jbehave-plugin-0.9.19 (2012/09/01 12:11 +00:00)

Commits:

  • 5f4dae0 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • a1d35b6 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.19 (@wakaleo)
  • ea03998 Updated and expanded tests for data-driven tests (@wakaleo)

thucydides-jbehave-plugin-0.9.18 (2012/08/24 00:05 +00:00)

Commits:

  • 05e3de3 Added support for the metafilter environment variable, that you can use to filter the stories that JBehave executes using the JBehave meta annotations. Also added the ignore.failures.in.stories system property, which will prevent the build from failing if a JBehave tests fails. (@wakaleo)
  • 5d820dc Fine-tuning the JBehave reporting, with limited success (@wakaleo)
  • 79a637e [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.18 (@wakaleo)
  • 82962cc [maven-release-plugin] prepare for next development iteration (@wakaleo)

thucydides-jbehave-plugin-0.9.17 (2012/08/17 04:02 +00:00)

Commits:

  • b94abbf Added better support for classloaders, in particular to support running Thucydides tests in Grails (@wakaleo)
  • df9295e [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • e2bba1f Added better support for classloaders, in particular to support running Thucydides tests in Grails (@wakaleo)
  • e4c6a0a [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.17 (@wakaleo)

thucydides-jbehave-plugin-0.9.12 (2012/08/08 23:08 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.0 (2012/07/27 06:49 +00:00)

Commits:

  • 13eb79c [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0-RC1 (@wakaleo)
  • 1f98fcf [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0 (@wakaleo)
  • 369fe28 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 39468fa Updated versions (@wakaleo)
  • 5227ad8 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 61e331a [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 64ef9bd [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 671dda7 Fixed an issue with taking screenshots in nested steps (@wakaleo)
  • 7c03144 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0-RC3 (@wakaleo)
  • 9e10df3 Fixed an issue managing state between steps (@wakaleo)
  • affeaa2 Preparing release (@wakaleo)
  • b3e137b Integrated a better JUnit runner for nicer IDE integration (@wakaleo)
  • b5f179b Updating to 0.9.0 (@wakaleo)
  • b93ada4 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • c354b6b Updating to 0.9.0 (@wakaleo)
  • cf6168b [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0-RC2 (@wakaleo)
  • d2de071 Removed an error in the tests and modified the default step loader to not load inner classes (with names containing a '$'). When using Groovy, trying to load the inner classes that represent closures caused the tests to fail. (@wakaleo)
  • d446806 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0-RC4 (@wakaleo)
  • e2b174c Fixed issue with closing the browser after a test failure (@wakaleo)
  • e432d12 Fixing issue which leaves a browser open after a failing web test (@wakaleo)

thucydides-jbehave-plugin-0.9.0-beta-6 (2012/07/10 10:42 +00:00)

Commits:

  • 2718e0a [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 28261da Fixed a bug that incorrectly reported a failing test if another test had previously failed (@wakaleo)
  • 2effd60 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0-beta-6 (@wakaleo)

thucydides-jbehave-plugin-0.9.0-beta-5 (2012/07/08 10:45 +00:00)

Commits:

  • 03d3d47 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • 12149d5 Added support for injecting the Pages page factory into JBehave scenario libraries via the constructor (@wakaleo)
  • 56f4041 [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0-beta-5 (@wakaleo)

thucydides-jbehave-plugin-0.9.0-beta-4 (2012/07/07 23:47 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.0-beta-3 (2012/07/04 07:41 +00:00)

Commits:

  • 059b48c [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0-beta-3 (@wakaleo)
  • 2046a07 Added the ThucydidesJUnitStory class, that makes it easy to run individual JBehavior stories as JUnit tests (@wakaleo)
  • a0e115f [maven-release-plugin] prepare release thucydides-jbehave-plugin-0.9.0-beta-3 (@wakaleo)
  • a1b3c9a Refactored packages (@wakaleo)
  • ea7a355 [maven-release-plugin] prepare for next development iteration (@wakaleo)
  • f7cd0c3 [maven-release-plugin] rollback the release of thucydides-jbehave-plugin-0.9.0-beta-3 (@wakaleo)

thucydides-jbehave-plugin-0.9.0-beta-2 (2012/06/29 02:27 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.0-alpha-6 (2012/06/21 12:47 +00:00)

Commits:

thucydides-jbehave-plugin-0.9.0-alpha-4 (2012/06/20 01:47 +00:00)

Commits: