|
|
3 лет назад | |
|---|---|---|
| .. | ||
| commons | 3 лет назад | |
| sample | 3 лет назад | |
| uploadfiles | 3 лет назад | |
| .editorconfig | 3 лет назад | |
| .gitignore | 3 лет назад | |
| README.md | 3 лет назад | |
| config.json | 3 лет назад | |
| hosts | 3 лет назад | |
| install.sh | 3 лет назад | |
| package.json | 3 лет назад | |
| run.bat | 3 лет назад | |
| run.sh | 3 лет назад | |
npm install uirecorder mocha -g
npm install
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