unity-test-runner icon indicating copy to clipboard operation
unity-test-runner copied to clipboard

Run tests for any Unity project

Results 41 unity-test-runner issues
Sort by recently updated
recently updated
newest added

**Context** Test runner currently saves logs to the artifacts folder. (since https://github.com/webbertakken/unity-test-runner/pull/37) That way we can use test results reporter (which generates a html report) **Solution** Either we have to...

enhancement
good first issue

**Bug description** Unity crashes in my test build for Linux when shutting down. The build finishes fine for Android and iOS. Not sure if this is related to Unity or...

bug

**Context** For Unity **project** testing, an `auto` strategy is available, which will automatically pick up the Unity Editor version for the project being tested from that project's settings. However, for...

enhancement

**Context** Package testing is done by the following series of steps: 1. creating a Unity Project 2. Adding the Unity Package being tested to that project 3. Running tests on...

enhancement

**Context** Currently, package testing is only supported for Linux runners. It's possible someone in the future might want to run these tests on Windows runners, so support for that might...

enhancement

**Bug description** When testing a package, if the package is the root directory of the repository, the test runner hangs at least as long as the default timeout for GitHub...

bug

**Bug description** If you run the test runner multiple times on the same commit, the Check Run with the test results seems to only populate under the first workflow run...

bug

**Bug description** Action freezes when Unity Test Framework is not imported to project. **How to reproduce** Execute action on the project which Unity Test Framework is not imported. - **Expected...

bug

**Bug description** When all tests pass, github still has the action marked as "neutral" instead of a pass / green check mark **How to reproduce** Run the test runner with...

bug
wontfix

Still getting this error, not fixed by https://github.com/game-ci/unity-test-runner/commit/b9980d6db77b429efa66b950aef387eea018775d ```yml - name: Run editor Tests continue-on-error: true uses: game-ci/unity-test-runner@main ``` ``` Processing file editmode-results.xml... Trying to open artifacts/editmode-results.xml File artifacts/editmode-results.xml parsed......

bug