gulp uitest
$ npm i gulp-uitest --save-devvar 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
}));
});xudafeng |
meowtec |
|---|
This project follows the git-contributor spec, auto updated at Sun Jul 18 2021 13:06:00 GMT+0800.
The MIT License (MIT)