Skip to content

Releases: Cysharp/RuntimeUnitTestToolkit

Ver.2.6.1

10 Sep 09:01
Compare
Choose a tag to compare

What's Changed

  • Update README.md to specify 2.5.4 for UPM by @guitarrapc in #33
  • ci: Change Unity UnitTest from Mono to IL2CPP and enabled on CI by @guitarrapc in #34
  • ci: add depndabot.yaml to update github-actions by @guitarrapc in #30
  • feat: skip Test if PerformanceAttribute exists. by @guitarrapc in #35

Full Changelog: 2.6.0...2.6.1

Ver.2.6.0

30 Jul 03:21
Compare
Choose a tag to compare

What's Changed

  • feat: use Cysharp/Actions reusable workflows/actions by @guitarrapc in #25
  • chote: prevent github workflow change by @guitarrapc in #26
  • chore: change unity build to cysharp actions by @guitarrapc in #27
  • ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #29
  • feat: change load secret from op by @guitarrapc in #31
  • ci: change upload-artifact & download-artifact to Cysharp/Actions by @guitarrapc in #32

Full Changelog: 2.5.4...2.6.0

Ver.2.5.4

04 Mar 01:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.3...2.5.4

Ver.2.5.3

05 Nov 08:14
021fcd8
Compare
Choose a tag to compare

What's Changed

  • fixed headless mode not working in unity 2021.2 by @Fijo in #22

New Contributors

  • @Fijo made their first contribution in #22

Full Changelog: 2.5.2...2.5.3

Ver.2.5.2

27 Sep 10:38
Compare
Choose a tag to compare
  • Support TestCaseData #18 #20, thanks @eliatlas
  • Support TestCaseSource(IEnumerable)

Ver.2.4.1

11 May 01:11
1a9d2be
Compare
Choose a tag to compare

Ver.2.4.0

09 Jun 17:26
Compare
Choose a tag to compare

Add more test attribute support.
Currently, RuntimeUnitTestToolkit supports these attributes.

  • SetUp
  • TearDown
  • Test
  • UnityTest
  • TestCase
  • TestCaseSource
  • OneTimeSetUp
  • OneTimeTearDown
  • SetUpFixture
  • UnitySetUp
  • UnityTearDown

Ver.2.3.0

24 Apr 12:06
Compare
Choose a tag to compare
  • Fix warning on Unity 2019.2 (remove StandaloneLinux).
  • Packagemanager id changed from jp.cysharp.runtimeunittesttoolkit to com.cysharp.runtimeunittesttoolkit.
  • Add file extension for macOS test runner #6, thanks @stakemura
  • Changed CI to GitHub Actions.

Ver 2.2.0

26 Aug 05:11
Compare
Choose a tag to compare

Support [TestCase], [TestCaseSource]
Add Test/LoadUnitTestScene menu
Improve stability of running large tests

Ver 2.1.0

02 Jul 01:53
Compare
Choose a tag to compare

Support Setup and Teardown
Continue when load TestAttribute failed in some assemblies