没有合适的资源?快使用搜索试试~ 我知道了~
ghosture:在单元测试中模拟触摸手势
共21个文件
js:13个
png:2个
html:2个
需积分: 9 0 下载量 172 浏览量
2021-06-03
23:16:49
上传
评论
收藏 152KB ZIP 举报
温馨提示
ghosture.js 在用户界面单元测试中模拟和自动化触摸手势。 专为与一起使用而设计。 安装 npm install ghosture 用法 // "swipe left" ghosture.start(200, 50) .moveTo(100, 50, '500ms') .end() .run(); // "tap" ghosture.start(50, 50) .hold('50ms') .end() .run(); // execute functions between ghosture.start(50, 50) .then(function () { console.log('started'); }) .moveBy(50, 50) .then(function () { console.log('moved to (100, 1
资源推荐
资源详情
资源评论
收起资源包目录
ghosture-master.zip (21个子文件)
ghosture-master
ghosture.js 104KB
lib
GTouchEvent.js 2KB
GTouch.js 1KB
GTouchManager.js 6KB
GTouchEmitter.js 3KB
touchSupport.js 898B
GTouchList.js 736B
ObjectMap.js 754B
version.js 26B
GMouseManager.js 737B
example
assets
lego.png 54KB
basic.html 1KB
LICENSE 1KB
test
ghosture.mocha.js 314B
ghosture.phantom.js 7KB
assets
lego.png 54KB
testrunner.html 982B
README.md 5KB
.gitignore 647B
index.js 5KB
package.json 1KB
共 21 条
- 1
资源评论
火石创造
- 粉丝: 33
- 资源: 4667
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功