Does intern testing framework have any gulp plug-ins or docs to integrate with gulp?
Asked
Active
Viewed 637 times
6
-
2Any dojo or intern.io contributors have thoughts on this? – Allan McLemore Oct 02 '14 at 04:33
2 Answers
5
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 :)

dviramontes
- 146
- 1
- 5