I added performance testing API version 2.0.9 via UPM to my project,
It added a bunch of tests by itself, see attachment.
Is there a way to remove these? I want to focus on my own tests, so these are just noise for me.
I added performance testing API version 2.0.9 via UPM to my project,
It added a bunch of tests by itself, see attachment.
Is there a way to remove these? I want to focus on my own tests, so these are just noise for me.
Hi, could you check whether you have com.unity.test-framework.performance in project/packages/manifest.json testables array? If so remove and it should no longer show them.
It used to be a requirement in previous versions but it has been solved and should now be added only if you want to see the tests.
tx, that worked