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.
自動テストで 1 つのキュウリ機能ファイルだけを実行したいと思います。テストを実行して失敗を報告し、変更をコード ベースに保存したらすぐに再実行したいと考えています。誰でもこれを行う方法を知っていますか?
--ジャック
私は自分で解決策を見つけました:
ウォッチャー - https://github.com/mynyml/watchr
指定されたファイルを保存するたびに監視し、その時点で指定されたテストを実行します。パターン マッチングを使用します。