0
當我跑我的後端測試,codeship提到,什麼都不會返回:持續集成:測試用咕嘟咕嘟+ Codeship(一飲而盡,茉莉)
13 specs, 0 failures
Finished in 0 seconds
[16:31:49] Finished 'testBECodeship' after 5.34 s
This command didn't output anything for for a while, thus we stopped it. If the error is on our end please inform us so we can help you to fix this.
咕嘟咕嘟代碼:
gulp.task('testBECodeship', function() {
return gulp.src(paths.specs + '/backend/**/*.spec.js')
.pipe($.jasmine({verbose: true}));
});
我也可以使用茉莉花,但我也有前端測試運行吞嚥,這需要更多的配置。同樣在我的開發中也會很高興。系統與CI系統一樣。