Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Integration test with GameDriver / MS Test project to run along with Unity Cloud Build

Discussion in 'Unity Build Automation' started by senjacob, Sep 7, 2020.

  1. senjacob

    senjacob

    Joined:
    Mar 25, 2018
    Posts:
    4
    Hi,

    We are testing out GameDriver for Continuous Integration of our project with Unity Cloud Build.
    The tests are done in a separate MSTest project and GameDriver connects to IDE/built executable through its apis to access game objects.

    We had written some working local tests and also set up Unity cloud build to automatically trigger the build process on commits to our git repository.

    The remaining part is to integrate the unit tests to Cloud build CI pipeline. All I can find were integration discussions related to Unity Test Framework only!

    Is it supported to run the external test projects along with cloud build as part of continuous integration?

    Are there any examples anyone can point me towards that uses the pre or post build events/scripts to trigger external unit tests and get results?

    Please advice.
    Thanks!
     
    Last edited: Sep 7, 2020
  2. senjacob

    senjacob

    Joined:
    Mar 25, 2018
    Posts:
    4
    For the record, CI/CD using GameDriver with Unity Cloud is not possible at the moment.
    However, GameDriver works with Jenkins CI.
     
    Last edited: Oct 6, 2020