com.unity.test-framework 1.3.4

com.unity.test-framework

Source docs
Notes: processedReleased March 31, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0a10)

Package Dependencies

🔄 Changes

  • Fixes output message concurrency issue with async Setup.
  • Fixed multiple issues where tests would not time out, when running longer than the default timeout or the timeout defined in a TimeoutAttribute (DSTR-607).
  • Added `UNITY_TEST_FRAMEWORK` define constraint to filter out test framework assemblies from normal platform and asset bundle builds. (DSTR-791)
  • Ensured that all playmode tests have a disabled splashscreen and unity logo by default if Unity license permits such action.
  • Added strictDomainReload feature to enable cheching for pending domain reloads/compilations at the end of managed tests (DSTR-793).