https://github.com/alttester/alttester-unity-sdk
AltTester Unity SDK is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them using tests written in C#, Python, Robot or Java.
https://github.com/alttester/alttester-unity-sdk
csharp dotnet java python robot testing unity
Last synced: 1 day ago
JSON representation
AltTester Unity SDK is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them using tests written in C#, Python, Robot or Java.
- Host: GitHub
- URL: https://github.com/alttester/alttester-unity-sdk
- Owner: alttester
- License: gpl-3.0
- Created: 2022-09-20T12:50:13.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2025-08-28T13:15:44.000Z (5 months ago)
- Last Synced: 2025-08-28T20:47:54.148Z (5 months ago)
- Topics: csharp, dotnet, java, python, robot, testing, unity
- Language: C#
- Homepage: https://alttester.com/docs/sdk/latest/home.html
- Size: 58.4 MB
- Stars: 80
- Watchers: 2
- Forks: 16
- Open Issues: 117
-
Metadata Files:
- Readme: Docs/README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# AltTester® Unity SDK Docs
## Install
```
$ pip install -r requirements.txt
```
## Build
To build the docs:
```
$ make clean
$ make html
```
To open the docs in your default browser:
```
$ open build/html/index.html
```
You can also start a web server:
```
$ python -m http.server -d build/html/
```
Visit http://localhost:8000/.