Plans for cloud build automated tests

Hi,
Is there any plans to add automated unit/integration testing into the unity cloud build system?

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?

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.

2 Likes

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 ?

+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).

Hi.
Sorry for replying to an old topic, any progress on this feature guys?
Thanks.