This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
Releases: AOEpeople/geb-spock-reports
Releases · AOEpeople/geb-spock-reports
v0.3.0-RC1
- Add support for:
- spock-core 2.0-M2
- spock-reports 2.0-RC2
- Groovy 3
v0.2.6
v0.2.5
v0.2.4
v0.2.3
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
- See configuration on how to use them
- 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
andreportHeader
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! :)