Search Unity

Performance test package tests itself

Discussion in 'Testing & Automation' started by goldbug, Apr 10, 2020.

  1. goldbug

    goldbug

    Joined:
    Oct 12, 2011
    Posts:
    768
    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.
     

    Attached Files:

  2. gintautass

    gintautass

    QA Minion Unity Technologies

    Joined:
    Oct 27, 2015
    Posts:
    46
    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.
     
  3. goldbug

    goldbug

    Joined:
    Oct 12, 2011
    Posts:
    768
    tx, that worked