- Home /
Can Unity Cloud Build output test binaries?
The test window has a button that necessarily generates a test binary.
I would like to use these binaries in my pipeline, which currently includes Unity Cloud Build as one of its build steps.
Is there currently a way to get UCB to generate and output those binaries?
EDIT
I knew I'd seen it somewhere in the UI. That means it almost assuredly is in the API, somewhere. If I can find it, I'll post it as the answer. If someone else finds it, first, go for it.
EDIT 2
I edited too fast. That's just the XML results of the test run.
NOTE 1: I couldn't find it in the documentation, the UI, or the API docs but that doesn't mean it isn't there.
NOTE 2: An alternative would be to get those tests run directly in UCB. Right now, I suspect they are run in the editor because they can't find .jslib methods in one of the WebGL builds.
Getting that test to pass is not my concern. I'm trying to get certain end-to-end tests verified on particularly-fragile platforms.
Your answer
Follow this Question
Related Questions
[Unity Cloud Build] Fatal Error! The file 'none' is corrupted! 0 Answers
iOS Unity Cloud Build failed when 'Target minimum iOS version' is set to 9 0 Answers
UnityCloudBuildProjectId not set in info.plist (iOS) 0 Answers
Unity Cloud Build bug at Visual Studio Team Services 1 Answer
Get Unity Cloud Build Index 0 Answers