Skip to content

Commit 01cafbb

Browse files
author
haibo.li2
committed
完善文档
1 parent ff7df62 commit 01cafbb

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

about/version.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# 系统更新信息
22

3+
4+
5+
### 2023-04-11 eTest更新版本更新
6+
1. eTest 添加启动测试塞入缓存功能 🆕
7+
2. eTest 添加断网运行提示 🆕
8+
3. eTest 添加dom 查找功能的兜底逻辑 🆕
9+
4. chrome-plugin 支持收集网站 缓存数据 🆕
10+
5. 修复已知问题bug 🐛
11+
312
### 2023-03-08 优化更新第一版
13+
14+
1. etest 上线第一个稳定版本 支持(mac、 windows)
15+
2. etest-chrome插件修复已知问题

application/ete.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,31 @@ ete 测试,需要依赖操作者操作,收集录制脚本信息,所以需
158158
"indexNum": 0,
159159
"date": 1678243527820,
160160
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36",
161+
"cookies": [
162+
{
163+
"domain": "www.baidu.com",
164+
"expirationDate": 1711066469,
165+
"hostOnly": true,
166+
"httpOnly": false,
167+
"name": "MSA_WH",
168+
"path": "/",
169+
"sameSite": "unspecified",
170+
"secure": false,
171+
"session": false,
172+
"storeId": "0",
173+
"value": "3901244"
174+
},
175+
],
176+
"localStorage": {
177+
"BAIDU_PRIVATE": "16ww496207",
178+
"squarePop": "1",
179+
"___ds_storage__eqid": "xxx|1679995377511",
180+
"index_ls_qid": "xxx"
181+
},
182+
"sessionStorage": {
183+
"BAIDU_PRIVATE": "xxx"
184+
},
185+
161186
"isMobile": false,
162187
"hasTouch": false,
163188
"deviceScaleFactor": 1,
@@ -363,6 +388,7 @@ ete 测试,需要依赖操作者操作,收集录制脚本信息,所以需
363388
6. 开启环境配置: :`开启环境配置:` 需要再`高级配置`中,配置环境配置,不开启`高级配置 `中的插件配置不被生效
364389
7. 超时时间:浏览器在操作时,等待下一个操作的最长时间 默认是 `60s`
365390
8. 延迟时间:由于一些特色场景需要设置长时间等待,最大不得超过`60s``延迟时间``超时时间`同时设置延迟时间不得超过超时时间
391+
9. 内存缓存:对与一些需要登录的后才可以录制的状态,将参数存在`cookies``localStorage`中,这种情况只要开启此功能,会在开启页面的时候将数据塞进浏览器中,对 `sessionStorage`缓存无效,并且多个脚本同一个 `key`不同的`value`有优先使用第一个,
366392

367393
![添加全局配置](../img/ete/ete19.jpeg '::etest-col-8')
368394

0 commit comments

Comments
 (0)