DODD
Three modes: Run, Replay, and Watch.
Wrap commands with the CLI, or let Watch continuously monitor log files.
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 ./..." }
]
}
}