Skip to content

Releases: planetarium/xunit-unity-runner

xunit-unity-runner 0.6.0

04 Dec 14:33
30c8aa9
Compare
Choose a tag to compare

Released on December 4, 2022.

  • Upgraded Unity from 2020.3.4f1 to 2021.3.5f1.

xunit-unity-runner 0.5.1-dev-2022120503

04 Dec 18:53
Compare
Choose a tag to compare
Pre-release
Some assembly can't be appdomain supported

xunit-unity-runner 0.5.1-dev-2022120502

04 Dec 18:28
Compare
Choose a tag to compare
Pre-release
AppDomainSupport.Required to unify assembly (maybe?)

xunit-unity-runner 0.5.1-dev-2022120501

04 Dec 17:48
Compare
Choose a tag to compare
Pre-release
Wait wrapped sink instead of source

xunit-unity-runner 0.6.0-rc1

04 Dec 13:55
f36869c
Compare
Choose a tag to compare
Pre-release
Merge pull request #7 from moreal/bump-unity-2021.3.5f1

Upgrade Unity to 2021.3.5f1

xunit-unity-runner 0.5.0

02 Nov 08:09
Compare
Choose a tag to compare

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

01 Nov 10:08
Compare
Choose a tag to compare

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

01 Nov 06:04
Compare
Choose a tag to compare

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

31 Oct 14:16
Compare
Choose a tag to compare

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

03 Jun 10:23
Compare
Choose a tag to compare

Released on June 3, 2021.

  • Added detailed log output for failed tests. [#6]