{"id":13664453,"url":"https://github.com/gwaredd/unium","last_synced_at":"2025-04-09T15:08:17.372Z","repository":{"id":43642576,"uuid":"69978452","full_name":"gwaredd/unium","owner":"gwaredd","description":"Automation for Unity games","archived":false,"fork":false,"pushed_at":"2022-02-08T11:07:58.000Z","size":17482,"stargazers_count":236,"open_issues_count":5,"forks_count":43,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-09T15:08:13.100Z","etag":null,"topics":["appium","automation","selenium","test-automation","testing","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwaredd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-04T15:23:40.000Z","updated_at":"2025-03-06T08:24:57.000Z","dependencies_parsed_at":"2022-08-24T00:41:09.219Z","dependency_job_id":null,"html_url":"https://github.com/gwaredd/unium","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Funium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Funium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Funium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwaredd%2Funium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwaredd","download_url":"https://codeload.github.com/gwaredd/unium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055283,"owners_count":21040157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appium","automation","selenium","test-automation","testing","unity","unity3d"],"created_at":"2024-08-02T05:02:56.743Z","updated_at":"2025-04-09T15:08:17.349Z","avatar_url":"https://github.com/gwaredd.png","language":"C#","funding_links":[],"categories":["C\\#","C#"],"sub_categories":[],"readme":"# Unium\n\u003e A library for game automation.\n\nUnium is an library for [unity](https://unity.com/) that facilities automation. It exposes an HTTP API that can be used for tools or testing.\n\nThere are two parts:\n\n* A web server that is embedded into the game\n* A query language sits on top that lets you search and manipulate the scene graph\n\nThis provides a flexible interface so you can remotely control and inspect your game as it runs. If necessary, you can add your own endpoints to the underlying web server to do custom operations.\n\n## Getting Started\n\n### The Tutorial\n\nFor the tutorial\n\n* Clone the [unium repository](https://github.com/gwaredd/unium/)\n* Open the project in Unity\n* Open the Tutorial scene in the editor\n* Hit play\n\nYour default browser should open automatically.\n\nThe tutorial is best experienced with the editor and browser side-by-side. \n\nDocumentation can be found in [unium.pdf](https://github.com/gwaredd/unium/blob/master/Assets/Unium/unium.pdf). \n\nSee also the [FAQ](https://github.com/gwaredd/unium/wiki/FAQ)\n\n### For Your Project\n\nThere are several ways of installing the unium library in your project.\n\nThe preferred approach\n\n* Use the unity package manager (see below)\n\nAlternatively you can\n\n* Copy the `Assets/Unium` folder directly into your project\n* Download it from the [asset store](https://assetstore.unity.com/packages/tools/integration/unium-automated-test-tools-95998)\n* Or, install one of the [release packages](https://github.com/gwaredd/unium/releases)\n\n**NB:** Remember to enable the `development build` flag if you are making builds (unium is disabled for release by default).\n\n### Package Manager\n\nAs of `v1.0.4` you can use the unity packaging to add unium directly.\n\nYou can now [import unium as a git package using UPM](https://docs.unity3d.com/Manual/upm-git.html). With Unity 2020.1 or later, you can point to the github repository in your `Packages/manifest.json` dependencies. You can optionally pin to a specific version of unium by adding a revision or tag to this url as per the above documentation.\n\n```\n{\n  \"dependencies\": {\n    \"com.gwaredd.unium\": \"https://github.com/gwaredd/unium.git?path=/Assets/Unium\",\n    ...\n  }\n}\n```\n\nFor earlier versions of Unity that do not support sub folders in git dependencies, the `upm` branch of the repository contains just the library setup for use with the [package manager](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@1.8/manual/index.html). Note that this version might not contain all latest fixes and improvements.\n\n## Notes\n\n### Writing Tests\n\nThe Unium API facilitates automated tests but is not a testing framework. Below are a number of popular frameworks that have been used with Unium.\n\n* [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/) - JavaScript\n* [Jest](https://jestjs.io/) - JavaScript\n* [PyTest](https://pytest.org) - Python\n* [RSpec](https://rspec.info/) - Ruby\n* [SpecFlow](https://specflow.org/) - C#\n* [JUnit](https://junit.org/) - Java\n\nExamples can be found in the [Examples](https://github.com/gwaredd/unium/tree/master/Examples) folder.\n\n### Compatibility\n\n* Compatible with Unity 2017.4.30 and up\n* The aim to is to keep it compatible with the lowest LTS version officially supported by Unity\n\n\n\n### Tutorial Video\n\n[![Unium Tutorial Video](http://img.youtube.com/vi/7mTaPr2oaG4/0.jpg)](http://www.youtube.com/watch?v=7mTaPr2oaG4 \"Unium Tutorial Video\")\n\n### Demonstration of Unium and Appium working together\n\n[![Unium with Appium](http://img.youtube.com/vi/UbPk2VljW78/0.jpg)](https://youtu.be/UbPk2VljW78 \"Unium with Appium\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwaredd%2Funium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwaredd%2Funium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwaredd%2Funium/lists"}