dotnet-retest 0.6.3

dotnet tool install --global dotnet-retest --version 0.6.3                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dotnet-retest --version 0.6.3                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-retest&version=0.6.3                
nuke :add-package dotnet-retest --version 0.6.3                

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.

Demo

When running locally, it provides live progress on each run:

Demo

and timing and outcome for each attempt:

Demo

Typical usage: dotnet retest [OPTIONS] [-- [dotnet test options]] (with optional --attempts which defaults to 5):

    - name: 🧪 test
      run: |
        dotnet tool update -g dotnet-retest
        dotnet retest -- --no-build [other test options and args]

PR comment integration:

PR comment

NOTE: this behavior is triggered by the presence of the GITHUB_REF_NAME and CI environment variables.

USAGE:
    dotnet retest [OPTIONS] [-- [dotnet test options]]

OPTIONS:
                        DEFAULT                                                
    -h, --help                     Prints help information                     
    -v, --version                  Prints version information                  
        --retries       3          Maximum retries when re-running failed tests
        --no-summary               Whether to emit a summary to console/GitHub 
        --output                   Include test output in report               
        --skipped       True       Include skipped tests in report             
        --gh-comment    True       Report as GitHub PR comment                 
        --gh-summary    True       Report as GitHub step summary               

Install:

dotnet tool install -g dotnet-retest

Update:

dotnet tool update -g dotnet-retest

Sponsors

Clarius Org Kirill Osenkov MFB Technologies, Inc. Stephen Shaw Torutek DRIVE.NET, Inc. Ashley Medway Keith Pickford Thomas Bolon Kori Francis Toni Wenzel Giorgi Dalakishvili Uno Platform Dan Siegel Reuben Swartz Jacob Foshee alternate text is missing from this package README image Eric Johnson Ix Technologies B.V. David JENNI Jonathan Oleg Kyrylchuk Charley Wu Jakob Tikjøb Andersen Seann Alexander Tino Hager Mark Seemann Ken Bonny Simon Cropp agileworks-eu sorahex Zheyu Shen Vezel ChilliCream 4OTC Vincent Limo Brooke Hamilton

Sponsor this project  

Learn more about GitHub Sponsors

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.6.3 1,480 9/2/2024
0.6.2 477 8/24/2024
0.6.1 486 8/8/2024
0.6.0 107 8/7/2024
0.5.0 77 8/7/2024
0.4.1 89 8/7/2024
0.4.0 81 8/7/2024
0.3.0 116 7/31/2024
0.2.3 85 7/29/2024
0.2.2 82 7/29/2024
0.2.1 76 7/29/2024
0.2.0 354 7/21/2024
0.1.0 102 7/21/2024