2015-05-07 88 views
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系統一樣。

回答

0

Ahoy Andi,Marko來自Codeship船員。我們看到了一些通過Gulp運行jasmine的問題,因爲看起來該插件將等待文件的更改並且不能幹淨地退出。直接運行jasmine而不使用Gulp即可運行!