-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [1.3.9] - 2023-08-21 - Removed player metada fields that were using obsolete APIs (DSTR-880). - Added note to documentation on mitigation of problem reported in (DSTR-600). - Fixed an issue where the test runner ui causes progress bars to flicker or not show at all (DSTR-828).
- Loading branch information
Unity Technologies
committed
Aug 21, 2023
1 parent
a72dcc9
commit 96062a8
Showing
13 changed files
with
66 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "com.unity.test-framework", | ||
"displayName": "Test Framework", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"unity": "2019.4", | ||
"unityRelease": "0a10", | ||
"description": "Test framework for running Edit mode and Play mode tests in Unity.", | ||
|
@@ -13,7 +13,7 @@ | |
"repository": { | ||
"url": "https://github.com/Unity-Technologies/com.unity.test-framework.git", | ||
"type": "git", | ||
"revision": "3c71367fe3a376f1a5a60b775ad2d3fb862af3ac" | ||
"revision": "5c8a1448cee4d7607be0d60dceb66703b0cfe016" | ||
}, | ||
"dependencies": { | ||
"com.unity.ext.nunit": "2.0.3", | ||
|
@@ -221,13 +221,13 @@ | |
} | ||
], | ||
"relatedPackages": { | ||
"com.unity.test-framework.tests": "1.3.8" | ||
"com.unity.test-framework.tests": "1.3.9" | ||
}, | ||
"_upm": { | ||
"changelog": "- 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.\n- Fix for WebGL platform target to close the browser tab when the run is completed. \n- 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." | ||
}, | ||
"upmCi": { | ||
"footprint": "ed15cb758498607c38e671aeced3b36da781b3d0" | ||
"footprint": "afab85ea939bfda57db27d19b4c56f006adbe470" | ||
}, | ||
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html" | ||
} |