MOBILE-3833 DX: Implement watch-behat gulp task
This commit is contained in:
parent
770b8bd98a
commit
014e1b455f
@ -69,3 +69,7 @@ gulp.task('watch', () => {
|
|||||||
gulp.watch(['./tests/behat'], { interval: 500 }, gulp.parallel('behat'));
|
gulp.watch(['./tests/behat'], { interval: 500 }, gulp.parallel('behat'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
gulp.task('watch-behat', () => {
|
||||||
|
gulp.watch(['./tests/behat'], { interval: 500 }, gulp.parallel('behat'));
|
||||||
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user