3.0.00
IMPORTANT
This release includes a major change in the persistency mechanism. The data is not longer kept in docRoot/reports/meta.json but rather in an embedded H2 server.
When upgrading from an older version, the server will try to convert the meta.json file to the new format. A backup file with name meta.json.upgrade.backup will be created when the process will finish.
While this scenario was tested on different environments, it is very recommended to backup the meta.json file before launching the server for the first time. Failing to do so may result in LOSING ALL OF YOUR DATA.
New Features
- Issue #221 - Store the metadata in database instead of the metadata.json file
- Issue #248 - Remove package names from the TestNG report.
Bug Fixes
- Issue #237 - The get execution state is not working