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)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
17.0.00latest

Version History

VersionDownloads (Last 7 Days)Published
17.0.00
13.0.10
13.0.00
2.0.00
1.0.11
1.0.00
0.1.11
0.1.00

Package Sidebar

Install

npm i gulp-uitest

Weekly Downloads

2

Version

17.0.0

License

MIT

Unpacked Size

3.03 kB

Total Files

4

Last publish

Collaborators

  • 06wj
  • meowtec
  • xudafeng