Skip to content

Commit

Permalink
fix: 1、将桌面通过配置文件定位的方法迁移到src下面,以便后续将Public独立出来;2、优化了部分docs内容和排版
Browse files Browse the repository at this point in the history
Description:

Log:
  • Loading branch information
mikigo committed Sep 22, 2023
1 parent d2c0d96 commit c6fe115
Show file tree
Hide file tree
Showing 12 changed files with 129 additions and 621 deletions.
19 changes: 11 additions & 8 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
![](https://raw.githubusercontent.com/mikigo/pic/main/logo.png)
<p align="center">
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
<a href="https://linuxdeepin.github.io/deepin-autotest-framework/">
<img src="https://pic.imgdb.cn/item/64f05326661c6c8e54fe9bf4.png" width="520" alt="YouQu">
</a>
</p>

# YouQu

> YouQu, a simple and powerful autotest framework.
![PyPI](https://img.shields.io/pypi/v/youqu?style=flat&logo=github&link=https%3A%2F%2Fpypi.org%2Fproject%2Fyouqu%2F)
![PyPI - License](https://img.shields.io/pypi/l/youqu)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/youqu)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/youqu)
![Static Badge](https://img.shields.io/badge/UOS%2FDeepin-Platform?style=flat-square&label=OS)
![Static Badge](https://img.shields.io/badge/Linux-Platform?style=flat-square&label=Platform)
![PyPI](https://img.shields.io/pypi/v/youqu?style=flat&logo=github&link=https%3A%2F%2Fpypi.org%2Fproject%2Fyouqu%2F&color=%2344CC11)
![PyPI - License](https://img.shields.io/pypi/l/youqu?color=blue&color=%2344CC11)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/youqu?color=%2344CC11)
![Static Badge](https://img.shields.io/badge/UOS%2FDeepin/Ubuntu/Debian-Platform?style=flat&label=OS)
![Static Badge](https://img.shields.io/badge/Linux-Platform?style=flat&label=Platform)

[![Downloads](https://static.pepy.tech/badge/youqu/week)](https://pepy.tech/project/youqu)
[![Downloads](https://static.pepy.tech/badge/youqu/month)](https://pepy.tech/project/youqu)
[![Downloads](https://static.pepy.tech/badge/youqu)](https://pepy.tech/project/youqu)
![GitHub repo size](https://img.shields.io/github/repo-size/linuxdeepin/deepin-autotest-framework)

English | [简体中文](README.md)

Expand Down
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
![](https://raw.githubusercontent.com/mikigo/pic/main/logo.png)

<p align="center">
<em>有趣,是一个使用简单且功能强大的自动化测试基础框架。</em>
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
<a href="https://linuxdeepin.github.io/deepin-autotest-framework/">
<img src="https://pic.imgdb.cn/item/64f05326661c6c8e54fe9bf4.png" width="520" alt="YouQu">
</a>
</p>

![PyPI](https://img.shields.io/pypi/v/youqu?style=flat&logo=github&link=https%3A%2F%2Fpypi.org%2Fproject%2Fyouqu%2F)
![PyPI - License](https://img.shields.io/pypi/l/youqu)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/youqu)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/youqu)
![Static Badge](https://img.shields.io/badge/UOS%2FDeepin-Platform?style=flat-square&label=OS)
![Static Badge](https://img.shields.io/badge/Linux-Platform?style=flat-square&label=Platform)
<p align="center">
<em>有趣,一个使用简单且功能强大的自动化测试基础框架。</em>
</p>
![PyPI](https://img.shields.io/pypi/v/youqu?style=flat&logo=github&link=https%3A%2F%2Fpypi.org%2Fproject%2Fyouqu%2F&color=%2344CC11)
![PyPI - License](https://img.shields.io/pypi/l/youqu?color=blue&color=%2344CC11)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/youqu?color=%2344CC11)
![Static Badge](https://img.shields.io/badge/UOS%2FDeepin/Ubuntu/Debian-Platform?style=flat&label=OS)
![Static Badge](https://img.shields.io/badge/Linux-Platform?style=flat&label=Platform)

[![Downloads](https://static.pepy.tech/badge/youqu/week)](https://pepy.tech/project/youqu)
[![Downloads](https://static.pepy.tech/badge/youqu/month)](https://pepy.tech/project/youqu)
[![Downloads](https://static.pepy.tech/badge/youqu)](https://pepy.tech/project/youqu)
![GitHub repo size](https://img.shields.io/github/repo-size/linuxdeepin/deepin-autotest-framework)

---

Expand Down Expand Up @@ -47,8 +49,12 @@
17. 支持多种方式的数据回填功能,其中异步回填的方案,完美解决了数据回填的耗时问题;
18. 支持重启交互场景用例的执行,使用方法优雅简洁;

------------------------

[视频介绍](https://doc.uniontech.com/file/gXqmeOpjg4uGpRqo)

统信公司内网还可以访问【[内网文档](http://youqu-dev.uniontech.com/)】,文档内容一样,访问速度更快哦~~

## 安装使用

从 PyPI 安装:
Expand Down
11 changes: 11 additions & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 版本更新记录

## 2.2.3(2023/9/15)

new

- 尝试将一些功能模块拆分为独立构件;

fix

- 修复了远程执行传入app_name无法收集到用例的问题;
- 优化了docs文档内容及排版;

## 2.2.1(2023/9/13)

new
Expand Down
Loading

0 comments on commit c6fe115

Please sign in to comment.