com.unity.test-framework 1.3.0

com.unity.test-framework

Notes: processedReleased October 17, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0a10)

Package Dependencies

🔄 Changes

  • Fixed Xcode not closing after building iOS/tvOS project via batchmode `-runTests` command (ANT-679).
  • Added TestSettings file options for setting `Target SDK` for iOS/tvOS (ANT-132).
  • Async test support with documentation and support for SetUp and TearDown.
  • Compute and share OneTimeSetup and OneTimeTearDown durations, these will be visible in the XML result under outputs (DSTR-597).
  • Made test method/fixture arguments available in the ITestAdaptor as the `Arguments` property (DSTR-592).
  • Added Learn Unity Test Framework section of documentation and related project files as importable package samples (DOCES-558).
  • Fix NullReferenceException when yielding EditMode intructions in PlayMode tests (DSTR-622).