17 November 2017
New Features
Integration with PostgreSQL for back-end database
Currently the startRun event tries to connect to a MS SQL Database on the host, if not successful it will try with a PostgreSQL
Allow using your own event pipeline logic
If needed, you are able to not follow the traditional Run → Suite → Testcase flow. For example you can have more than one testcase open at same moment.
See the parentId token in all affected events.
Sending multiple log messages at once
Check the new insertMessages event to see how to send messages in a batch.
Attaching file to some testcase
You can attach some file(for example some log file) to some testcase. See the new attachFile event.
Support suite update
You can change some basic suite information with the updateSuite event.