You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
.. | ||
commons | 4 months ago | |
sample | 4 months ago | |
uploadfiles | 4 months ago | |
.editorconfig | 4 months ago | |
.gitignore | 4 months ago | |
README.md | 4 months ago | |
config.json | 4 months ago | |
hosts | 4 months ago | |
install.sh | 4 months ago | |
package.json | 4 months ago | |
run.bat | 4 months ago | |
run.sh | 4 months ago |
README.md
使用说明
安装依赖
npm install uirecorder mocha -g
npm install
安装chrome浏览器插件
npm run installdriver
开始录制测试用例
// xxx.spec.js 为你的测试用例文件名称
uirecorder sample/xxx.spec.js
回归测试
启动服务
npm run server
单个文件测试
// xxx.spec.js 为你的测试用例文件名称
npm run singletest sample/xxx.spec.js
并发测试
npm run paralleltest
查看报告
open reports/index.html