Releases: planetarium/xunit-unity-runner
Releases · planetarium/xunit-unity-runner
xunit-unity-runner 0.6.0
Released on December 4, 2022.
- Upgraded Unity from 2020.3.4f1 to 2021.3.5f1.
xunit-unity-runner 0.5.1-dev-2022120503
Some assembly can't be appdomain supported
xunit-unity-runner 0.5.1-dev-2022120502
AppDomainSupport.Required to unify assembly (maybe?)
xunit-unity-runner 0.5.1-dev-2022120501
Wait wrapped sink instead of source
xunit-unity-runner 0.6.0-rc1
Merge pull request #7 from moreal/bump-unity-2021.3.5f1 Upgrade Unity to 2021.3.5f1
xunit-unity-runner 0.5.0
Released on November 2, 2021.
- Added
-f
/--stop-on-fail
option. - Added
-p
/--parallel
option. - Added
-H
/--hang-seconds
option. - Applied AppDomains.
xunit-unity-runner 0.4.0
Released on November 1, 2021.
- Added
-D
/--distributed
option for distributed exccution. - Added
-s
/--distributed-seed
option for distributed exccution. - Added
--dry-run
option.
xunit-unity-runner 0.3.1
Released on November 1, 2021.
- Fixed a build bug that the runner had hanged and started running tests.
- Applied filters became printed to the standard error for easier troubleshooting.
xunit-unity-runner 0.3.0
Released on October 31, 2021.
- Upgraded Unity Editor from 2019.1.0f2 to 2020.3.4f1.
- Added
-x
/--report-xml-path
option. - Fixed a bug that executables in distributions for Windows had lacked the suffix .exe.
xunit-unity-runner 0.2.5
Released on June 3, 2021.
- Added detailed log output for failed tests. [#6]