A debugger that can be used to test different aspects of Duck, which might be hard to replicate against a real CI server.
- .NET Core SDK 3.1
To build and run Ducktor:
> cd src
> dotnet run --project Ducktor
Or, you can run Ducktor in a Docker container:
> docker run --rm -p 5000:80 duckhq/ducktor:latest
{
"collectors": [
{
"debugger": {
"id": "debug",
"serverUrl": "http://localhost:5000"
}
}
]
}