gulp-uitest

17.0.0 • Public • Published

gulp-uitest

NPM version build status Test coverage node version npm download

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)

/gulp-uitest/

    Package Sidebar

    Install

    npm i gulp-uitest

    Weekly Downloads

    12

    Version

    17.0.0

    License

    MIT

    Unpacked Size

    3.03 kB

    Total Files

    4

    Last publish

    Collaborators

    • 06wj
    • meowtec
    • xudafeng