https://github.com/chenjd/unity-test-framework-with-uitest
Add UI Test in the Test Framework
https://github.com/chenjd/unity-test-framework-with-uitest
Last synced: 25 days ago
JSON representation
Add UI Test in the Test Framework
- Host: GitHub
- URL: https://github.com/chenjd/unity-test-framework-with-uitest
- Owner: chenjd
- License: gpl-3.0
- Created: 2020-02-21T21:14:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T02:46:21.000Z (over 6 years ago)
- Last Synced: 2025-02-26T17:46:39.383Z (over 1 year ago)
- Language: C#
- Size: 306 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-Test-Framework-with-UITest
Add UI Test in the Test Framework
## Version
Unity Test Framework version : 1.0.3
The ordinary version of UITest comes from https://github.com/taphos/unity-uitest
## Introduce
Make the UITest avaliable in Unity 2019 or later and distribute as a package.
Add more UI Test situations.(WIP)
## How to use
To specify a Git URL as a dependency, add the name of the package to install with a Git URL instead of the version number or local file path:
"com.unity.test-framework-ui-test": "https://github.com/chenjd/Unity-Test-Framework-with-UITest.git"
More information: https://docs.unity3d.com/Manual/upm-git.html