An open API service indexing awesome lists of open source software.

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.

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/.