私は、開発マシンでいくつかの JavaScript テスト (CoffeeScript で記述) に小さじ 1 杯を使用しています。
→ bundle exec rake teaspoon
Starting the Teaspoon server...
Teaspoon running default suite at http://127.0.0.1:58786/teaspoon/default
................
Finished in 0.02500 seconds
16 examples, 0 failures
しかし、CircleCI では次のエラーで終了します。
$ bundle exec rake teaspoon --trace
** Invoke teaspoon (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute teaspoon
Starting the Teaspoon server...
Teaspoon running default suite at http://127.0.0.1:60894/teaspoon/default
Failed to load: http://127.0.0.1:60894/teaspoon/default?reporter=Console bundle exec rake teaspoon --trace returned exit code 1
誰でもこのエラーで私を助けることができますか? ありがとう