私のキュウリテストはコマンドラインでうまく機能しますが、Jenkins / Hudson継続的インテグレーションで実行すると、次のようになりますが、修正方法がわかりません。
11 scenarios (3 skipped, 3 pending, 5 passed)
78 steps (51 skipped, 3 pending, 24 passed)
0m3.238s
Build step 'Execute shell' marked build as failure
Recording test results
Failed to send e-mail to kamilski81 because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to i.wooten because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to scott.j.rodgers because no e-mail address is known, and no default e-mail domain is configured
Sending e-mails to: dev@sc.com
Finished: FAILURE
スクリプトの最後の行:
cucumber
そして、「exit 0」を追加するようにアドバイスされましたが、これによりJunitレポートが破損するため、レポートが正しくありません。