06wj / gulp-uitest

gulp plugin uitest

Home Page:https://macacajs.github.io/uitest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-uitest

NPM version build status Test coverage node version npm download

gulp uitest

Installment

$ npm i gulp-uitest --save-dev

Usage

var 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/uitest

Contributors


xudafeng


meowtec

This project follows the git-contributor spec, auto updated at Sun Jul 18 2021 13:06:00 GMT+0800.

License

The MIT License (MIT)

About

gulp plugin uitest

https://macacajs.github.io/uitest/


Languages

Language:JavaScript 100.0%