diff --git a/gulpfile.js b/gulpfile.js index 9f3f5f93f..31db54239 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,3 +69,7 @@ gulp.task('watch', () => { gulp.watch(['./tests/behat'], { interval: 500 }, gulp.parallel('behat')); } }); + +gulp.task('watch-behat', () => { + gulp.watch(['./tests/behat'], { interval: 500 }, gulp.parallel('behat')); +});