You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue where playmode tests were not recording test results correctly after the first run was fixed. (DSTR-984)
A timeout message is now printed when the test failures occurs before the test finishes. (DSTR-476)
Nested enumerators are now having their first step executed in the same frame as the parent enumerator. (DSTR-888)
Fixed an issue where test projects without PlayMode tests would give the error "No callbacks received." when running in batchmode on some Unity versions.