Releases: opengeospatial/teamengine
Releases · opengeospatial/teamengine
Release 4.9
This release includes the following fixes and enhancements:
- [spi] Fix #172: Add test run input arguments to EARL report
- [spi] Fix #171: Ordering of conformance classes in EARL report
- [web] Merge PR #192 to fix issue #191
- [spi] Add diagnostic info about a failing test to earl:TestResult
- [spi] EARL results (earl-results.rdf) are now created and serialized by EarlReporter, which implements the org.testng.IReporter interface
- Add
teamengine-spi-ctl
module to enable execution of CTL suites using a RESTful API.
4.8.1
Release 4.8
This release includes the following changes:
Release 4.7.1
This patch release includes the following updates:
- [spi] Create earl:TestRequirement resources in EarlTestListener#onStart method
- [spi] Add more summary info to cite:TestRun resource in EARL results
- Update site docs (use Maven 3.2.5 or later)
Release 4.7
The following fixes and enhancements are included in this release:
- [spi:#152] Initial implementation of listeners that generate test results using W3C EARL vocabulary
(as application/rdf+xml) - [virtualization: #167] Create Packer template to generate server image
for VirtualBox environment - [web] Add VirtualWebappLoader to context (TE_BASE/resources/lib/*.jar)
- [core] Remove dependency on
xercesImpl-xsd11
(ets-kml2 now usesxercesImpl-xsd11-shaded
) - [core, web] Merge PR #163 to fix
#158: Merge security (XXE) fixes - [realm] #150: Use PBKDF2 function to
generate password hashes - [web] Add context listener to check that stored user passwords are not in clear text (generate hash if so).
- Update site documentation (Virtualization Guide)
Release 4.6
This maintenance release includes the following changes
- [web] #142 - Simplify the user interface when creating a new session
- [site] Updated documentation related to using Java 8, prerequisites and adding tests (ETS)
Release 4.5
This release includes the following changes:
- [resources] Merge PR #145: Update style sheet that displays WMS client test results
- [core] Resolve #138: Add support for XML Schema 1.1
- [spi] Resolve #139: Move supporting JAX-RS classes to WMS 1.3 client test suite
- [spi] Resolve #127: Improve TestNG report (test descriptions)
- Update site documentation (TestNG cookbook)
TEAM Engine 4.4
This maintenance release includes the following fixes and enhancements:
- [spi] Merge PR #137 to fix #136: Exception error message not displayed in HTML report
- [spi] Merge PR #134 to fix #131: Add REST API method to handle multipart request
- [spi] Merge PR #133: Revise HTML representation of TestNG report.
- [web] Merge PR #132 to fix #98: Invalid UTF-8 bytes in test description
- Update site documentation (TestNG guidance)
TEAM Engine 4.3
This maintenance release includes the following fixes and enhancements:
- [core] Merge PR #123 to fix
#113: 'Execute this session again'
button not working - [web, spi] Merge PR #97: Updated
ReportLog and ConfigFileCreator - [web] Merge PR #126 to fix
#124: Unit test
VerifyTestSuite.executeStartingTest
fails in Windows environment - [core] Merge PR #86: Add
XmlValidatingParser.validateSingleResult