Skip to content

Commit

Permalink
docs(e2e): update readme.md about wxapp api: showModal,showActionSheet
Browse files Browse the repository at this point in the history
re #80
  • Loading branch information
fanniehuang committed Oct 29, 2020
1 parent bb3de65 commit 7d9d2ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/wxa-cli/src/tester/readMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 目前无法支持:
* catchtap、catchlongpress等阻止冒泡事件(自动化element.tap、element.longpress等方法无法阻止冒泡)
* 主动操作返回(因无法监听返回事件,所以录制过程中 *点击物理返回键*、*小程序titlebar返回键*、*ios手势返回*等返回操作,暂无法支持)
* 小程序原生的showModal、showActionSheet上的点击操作,无法录制&回放
* 小程序原生的showModal、showActionSheet上的点击操作,无法录制&回放。虽然可以往wxa/core植入点代码,知道用户点击了哪个,执行了哪个函数。但回放的时候,原生的元素取不到,如果直接执行对应函数的话,modal弹框会一直在界面上,除非用户操作不然都不会消失


2019年8月22日
Expand Down Expand Up @@ -40,7 +40,9 @@
# 使用手册

### 测试脚本录制
* 项目目录下执行`wxa test --e2e`,开始脚本录制,录制完成后脚本会保存在`__wxa_e2e_test__`目录下
* 微信开发者工具,打开对应项目,勾选`不校验合法域名`
* 项目目录下执行`wxa test --e2e`
* 开始脚本录制,录制完成后脚本会保存在`__wxa_e2e_test__`目录下

### 测试脚本回放
* `npm i -g jest`
Expand Down

0 comments on commit 7d9d2ba

Please sign in to comment.