youqu/README.md

38 lines
1.3 KiB
Markdown
Raw Normal View History

# YouQu
YouQu is a Test automation Basic Framework, which is packaged and written based on the popular Test harness Pytest in the industry. It supports convenient writing, organization and execution of use cases. The core library includes OpenCV, Dogtail, OCR, etc., and multiple self-developed Test automation components, providing flexible execution configuration, case labeling management and other features.
## Installation
```sh
git clone https://github.com/linuxdeepin/deepin-autotest-framework.git
cd deepin-autotest-framework
./env.sh
```
## Usage
```sh
youqu manage.py run
```
## Documentations
- [Documents](https://mikigo.github.io/youqu-docs/)
## Getting help
- [Official Forum](https://bbs.deepin.org/) for generic discussion and help.
- [Developer Center](https://github.com/linuxdeepin/developer-center) for BUG report and suggestions.
- [Wiki](https://wiki.deepin.org/)
## Getting involved
We encourage you to report issues and contribute changes
- [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English)
- [Translate for your language on Transifex](#) *please update to the actual Transifex link of this project*
## License
YouQu is licensed under [GPL-2.0-only](LICENSE)