Search Unity

Unity TestRunner in folder packages manager?

Discussion in 'Package Manager' started by Thaina, Feb 27, 2019.

  1. Thaina

    Thaina

    Joined:
    Jul 13, 2012
    Posts:
    1,166
    In unity 2018.3.6f1. I have install custom packages in my project from manifest.json. It contain test assembly and so I open test runner. But it don't contain any test from my custom packages

    Is it intended or is it a bug?
     
  2. M_R

    M_R

    Joined:
    Apr 15, 2015
    Posts:
    559
    you need to add
    "testables": ["your package name"]
    to the project manifest. see how ECS Samples does it
     
    Thaina likes this.