We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using version 0.6.3, I intentionally have tests that fail in a project, and running this command will only attempt to run them once.
dotnet retest -- FailingTests.csproj π Run 45 tests in ~ 1 second β β 44 passed β 1 failed
Force a failing test in a project, it will not attempt to try like it used to in version 0.4.0
I expect to retry 5 times like it did before in 0.4.0
dotnet retest -- FailingTests.csproj
00:00:04 Running tests, attempt #1 β 00:00:01 Running 1 tests, attempt #2 β 00:00:01 Running 1 tests, attempt #3 β 00:00:01 Running 1 tests, attempt #4 β 00:00:01 Running 1 tests, attempt #5 β
0.5.0 to 0.6.3 seem broken on attempts to retry
0.4.0 is working from my tests
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
Using version 0.6.3, I intentionally have tests that fail in a project, and running this command will only attempt to run them once.
dotnet retest -- FailingTests.csproj
π Run 45 tests in ~ 1 second β
β 44 passed
β 1 failed
Steps to Reproduce
Force a failing test in a project, it will not attempt to try like it used to in version 0.4.0
Expected Behavior
I expect to retry 5 times like it did before in 0.4.0
00:00:04 Running tests, attempt #1 β
00:00:01 Running 1 tests, attempt #2 β
00:00:01 Running 1 tests, attempt #3 β
00:00:01 Running 1 tests, attempt #4 β
00:00:01 Running 1 tests, attempt #5 β
Exception with Stack Trace
Version Info
0.5.0 to 0.6.3 seem broken on attempts to retry
Additional Info
0.4.0 is working from my tests
The text was updated successfully, but these errors were encountered: