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: 5 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T12:23:17.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T04:01:41.436Z (about 1 year 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"
}
}
```