Skip to content

Releases: DaedalicEntertainment/ue4-test-automation

Version 1.1

09 Jul 10:05
Compare
Choose a tag to compare

Plugin content is compatible with Unreal Engine 4.23.

New Features

Improvements

  • Writing test report after each finished test suite, to preserve at least partial test results in case of crashes.
  • Increased test timeout visibility from private to protected to allow for easier subclassing.

Bug Fixes

  • Fixed engine version string in plugin descriptor.
  • Added missing includes.
  • Wrapped PostEditChangeProperty functions with #if WITH_EDITOR.
  • Fixed skipped tests in JUnit reports.

Deprecation & Upgrade Notes

  • With allowing multiple test map paths, Test Map Path in the plugin settings has been deprecated. We automatically add your current Test Map Path to the new list of Test Map Folders. Please review theses changes, and save your settings to prevent warnings when starting the editor and data loss when upgrading to future versions of the plugin.

Version 1.0

19 May 11:40
Compare
Choose a tag to compare

Initial release.

We're happy to finally share Daedalic Test Automation Plugin with the rest of the world. Check out the Readme to get started!