fix: update some docs

Description:

Log:
This commit is contained in:
mikigo 2024-04-08 09:35:41 +08:00
parent 280b1e8f3a
commit 48c0cafd91
2 changed files with 4 additions and 3 deletions

View File

@ -25,12 +25,12 @@
[![Hits](https://hits.sh/github.com/linuxdeepin/deepin-autotest-framework.svg?style=flat&label=Github_Hits&color=blue)](https://github.com/linuxdeepin/deepin-autotest-framework)
[![Hits](https://hits.sh/linuxdeepin.github.io/deepin-autotest-framework.svg?style=flat&label=YouQu_Hits&color=blue)](https://linuxdeepin.github.io/deepin-autotest-framework)
[![Hits](https://hits.sh/youqu.uniontech.com.svg?style=flat&label=YouQu内网_Hits&color=blue)](http://youqu.uniontech.com/)
[![Hits](https://hits.sh/deepin-community.gitee.io/deepin-autotest-framework.svg?style=flat&label=YouQu Gitee_Hits&color=blue)](https://deepin-community.gitee.io/deepin-autotest-framework/)
[![Hits](https://hits.sh/pypi.org/project/youqu.svg?style=flat&label=PyPI_Hits&color=blue)](https://pypi.org/project/youqu/)
---
<a href="https://linuxdeepin.github.io/deepin-autotest-framework" target="_blank">在线文档</a> / <a href="http://youqu.uniontech.com" target="_blank">内网文档</a> / <a href="https://github.com/linuxdeepin/deepin-autotest-framework" target="_blank">GitHub</a> / <a href="https://gitee.com/deepin-community/deepin-autotest-framework" target="_blank">Gitee</a>
<a href="https://linuxdeepin.github.io/deepin-autotest-framework" target="_blank">在线文档</a> / <a href="https://deepin-community.gitee.io/deepin-autotest-framework/" target="_blank">在线文档(国内加速)</a> / <a href="https://github.com/linuxdeepin/deepin-autotest-framework" target="_blank">GitHub</a> / <a href="https://gitee.com/deepin-community/deepin-autotest-framework" target="_blank">Gitee</a>
---

View File

@ -145,13 +145,14 @@ OPENCV_TIMEOUT = 5
;图像识别的最大次数
OPENCV_MAX_MATCH_NUMBER = 100
;=============================== SLAVE CONFIG ===================================
;附属的测试机,用例步骤中与其他机器进行交互
; ┌─ slave ${user}@${ip}:${password}
; master ├─ slave mikigo@192.168.8.11:admin123
; └─ slave ${user}@${ip}
;如果${password}和前面配置项PASSWORD一样可以不传${user}@${ip}
;多个机器之间用斜线分割:${user}@${ip}:${password}/${user}@${ip}
SLAVES = autotest@10.8.11.12:123
SLAVES =
;=============================== Web UI CONFIG ===================================
;为Web UI自动化测试提供一个fixture对象page它默认使用系统自带的浏览器进行测试。