gulp-uitest
gulp uitest
Contributors
xudafeng |
06wj |
meowtec |
---|
This project follows the git-contributor spec, auto updated at Wed Mar 30 2022 12:08:37 GMT+0800
.
Installment
$ npm i gulp-uitest --save-dev
Usage
const uitest = require('gulp-uitest');
gulp.task('test', [], function() {
return gulp
.src('path/to/index.html')
.pipe(uitest({
width: 600,
height: 480,
hidpi: false,
useContentSize: true,
show: false
}));
});
License
The MIT License (MIT)