Does intern testing framework have any gulp plug-ins or docs to integrate with gulp?
it doesn't look like it but I've done this using gulp-shell :
gulp.task('intern', shell.task([
'node_modules/intern/bin/intern-client.js config=tests/intern'
]));
Hope it helps :)
I just found gulp-intern on github. Haven't tested it yet, though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With