XSpec v3.2.2 Released
March 24, 2025
Submitted by Amanda Galtman.
We are pleased to announce the release of XSpec v3.2.2, the open source unit test and behaviour-driven development framework for XSLT, XQuery, and Schematron. This version enhances the HTML reports with coverage statistics and a choice of color themes.
You can get the latest release of XSpec and read the release notes on GitHub.
Highlights
- Test reports use black text on white background by default, improving accessibility. Themes
'whiteblack'
(white on black) and'classic'
(earlier green/pink design) are also available. You can select a non-default theme using thexspec.html.report.theme
Ant property or, in the command line interface, theXSPEC_HTML_REPORT_THEME
environment variable. - The XSLT code coverage report includes a Contents section with coverage statistics and navigation links to module-specific sections of the report.
- Tests for Schematron can verify string values of Schematron properties.
- XSpec for XQuery is tested with BaseX 11.8.
Many thanks to all the XSpec contributors who made this release possible! They are listed in the release notes.