Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

79 lines (49 loc) · 2.17 KB

Changelog

v0.3.0-RC1

  • Add support for:
    • spock-core 2.0-M2
    • spock-reports 2.0-RC2
    • Groovy 3

v0.2.6

  • Replace whitespace with underscore in Geb artifact files (#25)

v0.2.5

  • Fix resource loading from static context (#23)

v0.2.4

  • Add possibility to provide custom styles via the customCssFile config option (#20)

v0.2.3

  • Fix mapping issue when using data-driven tables with @Unroll annotation (#18)

v0.2.2

  • Show full stacktrace with nested exceptions in report

v0.2.1

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

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! :)

v0.1.5

  • 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

  • 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

v0.1.3

  • Escape file separator for Windows environment (thanks to @lubosek)

v0.1.2

  • Use utf8 charset in html templates

v0.1.1

  • Fix wrong package name in spec-template.html

v0.1.0

  • Initial release