Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cucumber テストで色が出ません。Cucumber にカラフルな結果を出力させる方法があることを願っています...
Cucumber のコンソールの色の調整に関するwiki 記事をご覧ください。その記事で述べたように、次のコマンドを発行することで、端末で使用できる色を確認できます。
ruby -e "require 'rubygems'; require 'term/ansicolor'; puts Term::ANSIColor.attributes"
アップデート
autotest の使用中に Cucumber の色を機能させる方法については、このページを参照してください。