diff --git a/assets/img/ciretry.png b/assets/img/ciretry.png new file mode 100644 index 0000000..1e16671 Binary files /dev/null and b/assets/img/ciretry.png differ diff --git a/assets/img/comment.png b/assets/img/comment.png new file mode 100644 index 0000000..9eb112e Binary files /dev/null and b/assets/img/comment.png differ diff --git a/readme.md b/readme.md index 9c8486d..61d420b 100644 --- a/readme.md +++ b/readme.md @@ -10,9 +10,9 @@ Runs `dotnet test` with retries for failed tests automatically, and pretty-prints aggregated test results, integrating also with GitHub PR comments just like [dotnet-trx](https://github.com/devlooped/dotnet-trx). -![Demo](https://raw.githubusercontent.com/devlooped/dotnet-trx/main/assets/img/demo.png) +![Demo](https://raw.githubusercontent.com/devlooped/dotnet-retest/main/assets/img/ciretry.png) -![PR comment](https://raw.githubusercontent.com/devlooped/dotnet-trx/main/assets/img/comment.png) +![PR comment](https://raw.githubusercontent.com/devlooped/dotnet-retest/main/assets/img/comment.png) Typical usage: `dotnet retest [OPTIONS] [-- [dotnet test options]]` (with optional `--attempts` which defaults to `5`):