1.17.0 (2020-12-17)
-
Now, you can remove test jobs from the web interface. Just click
next to the test job you want to remove.
1.16.0 (2020-12-03)
-
The Overview page in the web UI was updated:
-
The new Tags column shows which tags were used to run a test job.
-
Filters now are always visible, and you can filter jobs by tags as well.
-
Besides that, now, you can search for a specific test job by a string included in its project, author, status, type, or tag.
-
-
A couple of bugs have been fixed:
-
TestEngine responded with
500 Internal Server Error
when you sentGET /testjobs/{testjobId}/transactions
. -
TestEngine could not handle property expansions properly.
-
1.15.1 (2020-11-18)
-
Now you can remove a single test job from the TestEngine database. To do this, use the DELETE method of the /testjobs/{testjobId}/delete resource. To learn more, see Remove Jobs.
-
A number of security issues have been fixed.
1.14.0 (2020-10-22)
-
Now, by default, TestEngine blocks JDBC connections in tests because they may expose sensitive information. Administrators can enable JDBC connections by using the Allow test steps connecting to databases using JDBC setting.
-
Update the ReadyAPI dependency to 3.4.0.
Starting from 1.14.0, TestEngine does not support Protection! License Server version 4.x. See Upgrade License Server to 5.x. -
Jenkins plugin improvements:
-
Now, you do not need to pack a composite project into a zip archive.
-
Now, you can run prioritized tests.
-
1.13.0 (2020-09-23)
-
JSON reports now include information about passed assertions.
-
Fixed: When TestEngine could not access the file, the error was not informative enough.
-
Fixed: When a test contained the Properties test step that did not read properties from a file during a test, TestEngine posted an error.
1.12.1 (2020-09-01)
-
The new PUT method of the /testjobs/{testjobId} resource modifies the priority of an existing test job.
-
High-priority jobs are now marked with the
icon in the web UI.
-
When you restart TestEngine, it reconnects to a floating sever automatically.
-
The bug with losing the Environment parameter in the queued job has been fixed.
-
A number of security issues have been fixed.
1.11.0 (2020-07-02)
-
A number of security issues have been fixed.
1.10.0 (2020-06-04)
-
The POST method of the /testjobs resource has a new parameter - priorityJob. Use it to run a test before other tests in a queue. To learn how to run test jobs, see Run Tests.
-
Now, you can use the tag parameter for running test suites.
-
Update the ReadyAPI dependency to 3.2.5.
1.9.1 (2020-05-06)
-
TestEngine now supports security tests.
1.8.2 (2020-03-27)
-
The bundled JRE for the Linux installer has been updated.
1.8.1 (2020-03-19)
-
Back end:
-
Update the ReadyAPI dependency to 3.1.0.
-
Update the Java version to 11. If the zip distribution is used, a new Java version needs to be set up (Java 11 or later).
-
Stop using "testengine" as the default password. Instead, enter the password in the installer or as startup parameters. If no password is provided, a random password will be generated and printed in the console during the first startup. Old installations are not affected by this when upgrading.
-
The security fix of WebSocket tokens.
-
1.7.0 (2020-02-13)
-
Front end:
-
Minor UI fixes.
-
-
Back end:
-
It is possible to get a token and use it as a bearer token instead of using basic authorization.
-
1.6.0 (2020-01-15)
-
Front end:
-
Minor UI fixes.
-
-
Back end:
-
It is possible to install TestEngine as a Windows service.
-
1.5.0 (2019-12-05)
-
Front end:
-
Minor UI fixes.
-
1.4.0 (2019-11-20)
-
Front end:
-
Minor UI fixes.
-
-
Back end:
-
Reports are in the PDF format.
-
Tuning of groovy script security.
-
The possibility of using a full URL in a transaction log.
-
1.3.0 (2019-11-06)
-
Front end:
-
The third-party libraries have been upgraded to be up to date.
-
Minor UI fixes.
-
1.2.0 (2019-10-23)
-
Back end:
-
The third-party libraries have been upgraded to be up to date.
-
-
Front end:
-
Part of third-party libraries has been upgraded to be up to date.
-
Minor UI fixes.
-
1.1.0 (2019-10-09)
-
Back end:
-
It is possible to specify a timeout for a job.
-
-
Front end:
-
A better tooltip in the test jobs graph.
-
Redirecting when opening the application with no license present has been improved.
-
1.0.3 (2019-09-25)
-
Back end:
-
Using ReadyAPI 2.8.2 internally.
-
A floating license can be installed even if the server is not listed in the Allowed connection targets.
-
-
Front end:
-
The license section has moved to a separate tab.
-
Expose settings for database cleanup on the settings page.
-
1.0.2 (2019-09-13)
-
Back end:
-
Automatic cleanup of test jobs.
-
Negative performance timing has been fixed.
-
-
Front end:
-
Update the Settings UI.
-
Get a test job ID from the UI.
-
1.0.1 (2019-08-29)
-
Back end:
-
Using ReadyAPI 2.8.0 internally.
-
The bug when installing a floating license after a trial one has been fixed.
-
In JUnit reports, canceled steps have been marked as failed.
-
The TestEngine version is now shown on startup and in /api/v1/version.
-
The API to clean up test results has been improved.
-
-
Front end:
-
Save Server Settings on the Enter key.
-
Redirect to log in even from the 404 page when logged out.
-
1.0.0 (2019-08-13)
The initial version.