RuntimeUnitTestToolkit
RuntimeUnitTestToolkit copied to clipboard
CLI/GUI Frontend of Unity Test Runner to test on any platform.
## tl;dr; Replace create-release with `Cysharp/Actions/.github/workflows/create-release.yaml`. This brings central managed release flow control. see: https://github.com/Cysharp/RuntimeUnitTestToolkit/actions/runs/7814378828
## tl;dr; Automate suggestion for update GitHub Actions. ## Motivation Important actions are centrally managed on Cysharp/Actions, however few pieces of direct actions usage is managed by own repo. Let's...
Hi, I have tests that derive from base class that has own [SetUp] methods. It runs fine in the Editor but not with RuntimeUnitTestToolkit. From nunit > 2.5: https://docs.nunit.org/2.5/setup.html