MOBILE-3833 DX: Implement watch-behat gulp task
parent
770b8bd98a
commit
014e1b455f
|
@ -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'));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue