# YouQu3 **Repository Path**: wangpeng_uniontech/youqu3 ## Basic Information - **Project Name**: YouQu3 - **Description**: Next-Gen Linux Autotest Framework. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://youqu.uniontech.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-12-30 - **Last Updated**: 2025-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

YouQu3

YouQu3

Next-Gen Linux Autotest Framework.

![Python](https://img.shields.io/badge/Python-007CFF?style=for-the-badge&logo=Python&logoColor=white) ![Linux](https://img.shields.io/badge/Linux-007CFF?style=for-the-badge&logo=linux&logoColor=white) ![PyPI](https://img.shields.io/pypi/v/youqu3?style=flat&logo=github&link=https%3A%2F%2Fpypi.org%2Fproject%2Fyouqu3%2F&color=%23F79431) ![Downloads](https://static.pepy.tech/badge/youqu3) -------------- 文档:https://youqu.uniontech.com/ -------------- **YouQu3** 是下一代 Linux 自动化测试框架,功能强大,使用简单,专注于用例开发管理、驱动执行。 ## 安装 基础环境: ```bash pip3 install youqu3 ``` ## 创建用例工程 创建一个目录 ```bash mkdir my_autotest ``` 使用脚手架功能创建用例工程 ```bash cd my_autotest/ youqu3 init ``` ## 驱动执行 ```bash youqu3 run ``` 更多详细功能请查看在线文档。 ## 开源许可证 YouQu3 在 [GPL-2.0](https://github.com/linuxdeepin/youqu/blob/main/LICENSE) 下发布