com.unity.test-framework 1.3.7

com.unity.test-framework

Source docs
Notes: processedReleased June 12, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4 (0a10)

Package Dependencies

🔄 Changes

  • By using the editor command line new argument `-randomOrderSeed x` you can run the tests in a randomized order, where x is an integer different from 0. If a new test is added in the project the random order passing the same seed will be kept, and the new test will be placed in the random list accordigly.
  • Fix for WebGL platform target to close the browser tab when the run is completed.
  • Added TestFileReferences.json to be generated on build step of the player, so can be consumed later by Test runners to enrich data for run part.