Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Releases: AOEpeople/geb-spock-reports

v0.3.0-RC1

21 May 19:36
72443df
Compare
Choose a tag to compare
  • Add support for:
    • spock-core 2.0-M2
    • spock-reports 2.0-RC2
    • Groovy 3

v0.2.6

30 Mar 18:16
646a391
Compare
Choose a tag to compare
  • Replace whitespace with underscore in Geb artifact files (#25)

v0.2.5

05 Sep 20:39
Compare
Choose a tag to compare
  • Fix resource loading from static context (#23)

v0.2.4

01 May 15:14
Compare
Choose a tag to compare
  • Add possibility to provide custom styles via the customCssFile config option (#20)

v0.2.3

16 Apr 20:16
Compare
Choose a tag to compare
  • Fix mapping issue when using data-driven tables with @Unroll annotation (#18)

v0.2.2

11 Mar 20:56
Compare
Choose a tag to compare
  • Show full stacktrace with nested exceptions in report

v0.2.1

06 Nov 20:18
Compare
Choose a tag to compare

Many thanks to @trinidad8516 for providing the following changes:

  • Add support to show projectName and projectVersion on summary page
  • Highlight skipped specifications on summary page and add quick filter

v0.2.0

06 Oct 19:41
Compare
Choose a tag to compare

This update contains some major template design changes.
In addition, new features from spock-reports have been added.

  • Breaking change: Make sure to update spock-reports to 1.6.0 or later
  • Major design improvements
  • Add support for reportInfo and reportHeader from spock-reports (#10)
  • Summary page improvements:
    • Add pagination to specification table. This must be enabled via a configuration.
    • Add filter and search functionality to specification table
    • Show pie chart to give a quick summary on passed/failed specifications
  • Minor improvements regarding long specification titles and word-wrap

Many thanks to @durgeshshisode1988 for his valuable feedback and ideas! :)

v.0.1.5

03 Mar 13:31
Compare
Choose a tag to compare
  • Screenshots created outside of feature methods are now shown in a separate area in the html report (#6)
  • Fix layout issues where stacktraces and other long lines would break the layout (#7)

v0.1.4

10 Dec 18:11
Compare
Choose a tag to compare
  • Check setting to show source code next to block text (thanks to @tenwit)
    • com.athaydes.spockframework.report.showCodeBlocks=true must be set
  • Add toggle button to show stacktrace
  • Ignore Geb reports with invalid label format