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 でテストしている Eclipse プロジェクトがあります。.feature ファイルに TODO タスクを追加したいので、Eclipse の [タスク] ビューに表示されます。
これは可能ですか?可能であれば、これらのタグを有効にする方法は?
... Given some condition # TODO add And for additional setup <-- Show up in tasks view?! Then check some things. ...