|
|
пре 2 година | |
|---|---|---|
| .. | ||
| commons | пре 2 година | |
| sample | пре 2 година | |
| uploadfiles | пре 2 година | |
| .editorconfig | пре 2 година | |
| .gitignore | пре 2 година | |
| README.md | пре 2 година | |
| config.json | пре 2 година | |
| hosts | пре 2 година | |
| install.sh | пре 2 година | |
| package.json | пре 2 година | |
| run.bat | пре 2 година | |
| run.sh | пре 2 година | |
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