Update upm project dependency com.unity.test-framework to v1.4.6 #347
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.31
->1.4.6
1.1.33
->1.4.6
✅ Editor bump: Not required for TestProjects/Main/Packages/manifest.json
This is probably safe to merge for this project
✅ Editor bump: Not required for TestProjects/AutomatedTests/Packages/manifest.json
This is probably safe to merge for this project
Release Notes
com.unity.test-framework (com.unity.test-framework)
v1.4.6
Compare Source
v1.4.5
Compare Source
v1.4.4
Compare Source
v1.4.3
Compare Source
v1.4.2
Compare Source
v1.4.1
Compare Source
v1.4.0
Compare Source
ICallbacks.RunStarted
so that it corresponds to the actual test tree being run.[ParametrizedIgnore]
attribute which allows ignoring tests based on arguments which were passed to the test method.v1.3.9
Compare Source
-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.v1.3.8
Compare Source
-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.v1.3.7
Compare Source
-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.v1.3.5
Compare Source
-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.v1.3.4
Compare Source
UNITY_TEST_FRAMEWORK
define constraint to filter out test framework assemblies from normal platform and asset bundle builds. (DSTR-791)v1.3.3
Compare Source
v1.3.2
Compare Source
No release notes found for this version
v1.3.1
Compare Source
No release notes found for this version
v1.3.0
Compare Source
No release notes found for this version
v1.1.33
Compare Source
v1.1.31
Compare Source
No release notes found for this version
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Unity Renovate Bot.