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: 1. I am trying to give the unity test runner some secrets. Namely, a username and (plaintext)password 2. The reason is so that my test can authenticate to...

question

#### Changes - closes #71 - Makes the husky pre-commit hook executable - Adds a new argument to the action named `packageMode`, which is `false` by default. If `true`, then...

**Context** Since we are targeting multiple platforms with several different defines (such as `#if UNITY_IOS` and `#if UNITY_ANDROID`) in our code base I would like to run tests while targeting...

enhancement

**Bug description** The test runner gets stuck in the "Testing in playmode" phase. I have tried `ubuntu-latest` and `windows-2022` docker images. CI configuration is almost the same as described in...

bug

When using self-hosted runner, name of the user running runner is not necessarily the runner. So known_hosts need to be mounted from .ssh folder in home directory of user running...

Tests pass, but the github action fails due to too many character (I'm not sure what exactly is attempting to be done). I suspect this is due to me running...

bug

Hi! First of all, thanks to you and all contributors for this repository ❤️ # Background I'm currently open sourcing some Unity packages (tools etc.) from our company to be...

enhancement

**Context** If a user has a lot of tests, they may be unable to use this action to display the test results through the GitHub UI. They may run into...

enhancement

**Bug description** When using NUnit's `TheoryAttribute` (https://docs.nunit.org/articles/nunit/writing-tests/attributes/theory.html) together with assumptions, it is normal that some test cases of a theory yield an "inconclusive" test result. This is expected, and inconclusive...

enhancement

I'm trying to perform unit tests on GPU shaders and I've gone through setting up my docker (in my self-hosted runner) to use my nvidia GPU (RTX 2080) but I...

enhancement