Search Unity

Feature Request Test Runner on Emulated Devices

Discussion in 'Testing & Automation' started by TheTaj, Sep 3, 2020.

  1. TheTaj

    TheTaj

    Joined:
    Jun 26, 2014
    Posts:
    24
    Does anyone have any solutions for running unit tests on an emulator?

    The test runner is very convenient for my projects, with nice integration into the Unity Cloud builder. However, it is often that a unit test needs to run on a handful of devices to provide helpful results for my company.

    Ideally, I'd really like to be able to run my unit tests on an emulated low-end Android device (or multiple devices). Bonus points if there is a way to integrate the emulator tests into the Unity Cloud -- it would speed up the development process a *lot*.
     
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Does it have to be an emulator? you can try to create a build that runs your tests and send it to something like Firebase Test Lab.