Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 6.74 KB

CHANGELOG.md

File metadata and controls

50 lines (44 loc) · 6.74 KB

Release Notes

upcoming (2014/11/17 09:16 +00:00)

  • 50c45e3 Adding an automatically generated change log to the build (@wakaleo)

v1.0.7 (2014/11/17 08:02 +00:00)

  • 00de150 Refactored the gradle plugin (@wakaleo)
  • 7e62f61 Merge branch 'master' of github.com:serenity-bdd/serenity-core (@wakaleo)
  • #2 Merge pull request #2 from ptillemans/pti_hamcrest_1_1 (@ptillemans)
  • 66556bb Fixed a bug where error messages were incorrectly displayed in the step details (@wakaleo)
  • 6d0f8ee jbehave was pulling in hamcrest 1.1. Excluded hamcrest from the jbehave dependency. (@ptillemans)
  • 4494dee If javadoc is not told to expect UTF-8 in the strings it uses can generate ASCII errors on at least the Mac. (@ptillemans)

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

  • 2f58c3b Fixed some formatting and navigation issues in the reports (@wakaleo)

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

  • 6780200 Added the Serenity helper class, as a replacement for the legacy 'Thucydides' class (@wakaleo)
  • 08b5502 Fixed a bug in the reporting where duplicate story tags were displayed in the screenshot screens. (@wakaleo)
  • 805dbf1 Logs a message indicating the path of the generated reports after report aggregation. (@wakaleo)
  • fe1c3c5 Added the Serenity utility class, which exposes and delegates to methods of the legacy Thucydides class. (@wakaleo)
  • 4138f89 Check if a resized file for a given screenshot already exists, and if so don't perform the resizing (@wakaleo)
  • 0e9d614 Moved most uses of FileUtils to the Java 7 Files class, in order to remove sporadic issues when resizing screenshots (@wakaleo)

v1.0.4 (2014/11/11 17:01 +00:00)

  • 7a65f64 Fixed a failing test (@wakaleo)
  • b42d58b Fine-tuning the reports (@wakaleo)
  • f07879c Refactored some tests (@wakaleo)
  • d5511b6 Cater for rare cases where the driver returns null when an element is not found (@wakaleo)
  • 36d471f Repositioned the report timestamp (@wakaleo)
  • 80e1ef0 Repositioned the report timestamp (@wakaleo)
  • c8fd3b9 Added bootstrap tabs (@wakaleo)
  • 4a132ad Added tests to the gradle plugin (@wakaleo)
  • 98073bd Added SerenityRunner and SerenityParameterizedRunner classes as alternative names for ThucydidesRunner and ThucydidesParameterizedRunner, more in line with the new naming schema. (@wakaleo)
  • 4c953d8 Moved the serenity-maven-plugin to a separate project (@wakaleo)
  • ad4800e Getting the maven plugin build working (@wakaleo)
  • 74df029 Fine-tuning the release tagging (@wakaleo)

v1.0.2 (2014/11/06 21:48 +00:00)

  • 527387e Initial release version (@wakaleo)
  • 4a119f5 Added a selector to find buttons by their label, e.g. find(By.buttonText('Add to cart')); (@wakaleo)
  • 8ba6aeb Honor both 'thucydides.properties' and 'serenity.properties' files for local project configuration (@wakaleo)
  • b5732dc Let the bintray keys be defined by the build server (@wakaleo)
  • f2322d4 Minor fix to work around an incompatiblity with IBM JDB 1.7 (@wakaleo)
  • 5caf4a2 Changed group to serenity-bdd to make syncing with Maven Central easier (@wakaleo)
  • 5d3f58a Changed group to serenity-bdd to make syncing with Maven Central easier (@wakaleo)
  • 1d7740d Fixed an issue in the BinTray deployment (@wakaleo)
  • 3620bc2 Fine-tuning the release pipeline (@wakaleo)
  • bc0e078 Added more info to the README file (@wakaleo)
  • 3049d14 Initial move over to Serenity from Thucydides (@wakaleo)