Search Unity

Plans for cloud build automated tests

Discussion in 'Unity Build Automation' started by llber, Dec 1, 2014.

  1. llber

    llber

    Joined:
    Nov 29, 2014
    Posts:
    2
    Hi,
    Is there any plans to add automated unit/integration testing into the unity cloud build system?
     
  2. David-Berger

    David-Berger

    Unity Technologies

    Joined:
    Jul 16, 2014
    Posts:
    745
    Hi, welcome to the forums!
    That's an excellent question! We are evaluating the possibilities with unit/integration tests and will add them to the roadmap if it is feasible. Do you have any special thoughts on how you would like to see them realised?
     
  3. llber

    llber

    Joined:
    Nov 29, 2014
    Posts:
    2
    Integration with the unity test tools would be ideal. Automatically detecting the tests present in a project and evaluating them after a successful build. At the very least running the NUnit unit tests present in a given project.
     
    xaestro and hypeNate like this.
  4. MaT227

    MaT227

    Joined:
    Jul 3, 2012
    Posts:
    628
    Hi everyone,

    I would like to share my vision of Automated tests and Continuous integration when using Unity Cloud Build. Here are the features needed but it might not fit to the classic definition of the expression.
    • Recording changes of a branch in a repository and building after each push on this branch.
    • Executing automated tests
    • Sending email concerning the build (logs, reports, results of automated tests, etc.)
    • Multiple build configuration (staging, production, etc.)
    • Automatic sending of the built version if succeed to a target platform (server, mobile, console, etc.)
    What do you think about that ? Does this sounds feasible and useful ?
     
  5. xaestro

    xaestro

    Joined:
    Feb 19, 2015
    Posts:
    1
    +1. Definitely would like the ability to run unit tests on a cloud build, a breakdown of passed/failed tests with the expected/actual assertions and stack trace, as well as tracking the last commit where that build passed (or rather, the commit when it started failing and never recovered).
     
  6. h_david

    h_david

    Joined:
    May 11, 2017
    Posts:
    5
    Hi.
    Sorry for replying to an old topic, any progress on this feature guys?
    Thanks.