com.unity.test-framework 1.1.20

com.unity.test-framework

Notes: processedReleased December 7, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.2 (0a10)

Package Dependencies

🔄 Changes

  • The logscope is now available in OneTimeTearDown.
  • Fixed an issue where failing tests would not result in the correct exit code if a domain reload happens after the test has run (DS-1304).
  • If a player build fails, the test specific build settings should be cleaned up and the original values restored as intended (DS-1001).
  • Added better error message when using TestRunCallbackAttribute and the implementation is stripped away (DS-454).
  • Fixed an issue where the test results xml would have a zero end-time for tests executed before a domain reload (DSTR-63).
  • Fixed OpenSource in case of a Test in a nested class (DSTR-6)
  • UnityTests with a domain reload now works correctly in combination with Retry and Repeat attributes (DS-428).
  • Fixed OpenSource in case of Tests located inside a package (DS-432)
  • Update `com.unity.ext.nunit` version to 1.0.6