com.unity.test-framework 1.3.5
Source docsNotes: processedReleased May 22, 2023
Unity Compatibility
Minimum Unity: 2019.4 (0a10)
Package Dependencies
- com.unity.ext.nunit (2.0.3)
- com.unity.modules.imgui (1.0.0)
- com.unity.modules.jsonserialize (1.0.0)
🔄 Changes
- It’s now possible to retry and repeat tests on test level, meaning as soon as the test finishs running the first iteration, we now retry or repeat it. Command line arguments to pass to the Editor:
- - `-repeat x` runs the test x amount of times or until it fails. It is useful for testing unstable tests
- - `-retry x` if a test fails, run that test x amount of times or until it succeeds.
- Fixed various documentation bugs reported via the docs user feedback system.
- Fixed TestMode not being set correctly on root level of test tree (DSTP-674).
- It's now possible to select browser for running WebGL player tests in player settings. (DSTR-811)
