Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unitinium/unitinium
๐งช Unity e2e test framework based on lua scripting
https://github.com/unitinium/unitinium
debugging-tool e2e-tests lua moonsharp originer test-framework unity unity3d upm-package
Last synced: 2 months ago
JSON representation
๐งช Unity e2e test framework based on lua scripting
- Host: GitHub
- URL: https://github.com/unitinium/unitinium
- Owner: unitinium
- License: mit
- Created: 2019-05-02T19:35:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T12:23:17.000Z (over 5 years ago)
- Last Synced: 2024-09-24T12:28:21.766Z (3 months ago)
- Topics: debugging-tool, e2e-tests, lua, moonsharp, originer, test-framework, unity, unity3d, upm-package
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unitinium
=========Using
-----For start using this package add lines into `./Packages/manifest.json` like next sample:
```json
{
"dependencies": {
"unitinium": "https://github.com/k0dep/Unitinium.git"
}
}
```