17.0.0 • Published 2 years ago

gulp-uitest v17.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

gulp-uitest

NPM version build status Test coverage node version npm download

gulp uitest

Contributors

xudafeng06wjmeowtec

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)

13.0.0

2 years ago

13.0.1

2 years ago

17.0.0

2 years ago

2.0.0

4 years ago

1.0.1

5 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago