DODD
3 つのモード:Run、Replay、Watch。
CLI でコマンドを包むか、Watch でログファイルを継続監視します。
Run
dist/dodd run -- go test ./...
Replay
dist/dodd replay --log logs/failure.log --command "go test ./..."
Watch
dist/dodd watch --once --from-start
Config
{
"watch": {
"sources": [
{ "type": "file", "path": "logs/app.log", "command": "go test ./..." }
]
}
}