バックエンド テストを実行すると、コードシップは何も返されないと述べています。
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}));
});
ジャスミンだけを使用することもできますが、フロントエンド テストを gulp で実行しているため、より多くの構成が必要です。また、私の開発者に同じものを持っているといいでしょう。CI システムのようなシステム。