dotnet-test-rerun icon indicating copy to clipboard operation
dotnet-test-rerun copied to clipboard

automatic rerun dotnet failed tests

Results 14 dotnet-test-rerun issues
Sort by recently updated
recently updated
newest added

When using test-reun with a command like so `test-rerun --filter "" -v normal` after the first test run, if any of the tests failed, the command exits without any re-run...

Bumps [Spectre.Console](https://github.com/spectreconsole/spectre.console) from 0.48.0 to 0.49.1. Release notes Sourced from Spectre.Console's releases. 0.49.0 What's Changed Cleanup line endings by @​nils-a in spectreconsole/spectre.console#1381 Added Spectre.Console.Cli to quick-start. by @​nils-a in spectreconsole/spectre.console#1413...

dependencies
.NET

Bumps [versionize](https://github.com/versionize/versionize) from 1.22.0 to 1.24.0. Changelog Sourced from versionize's changelog. 1.24.0 (2024-04-30) Features add monorepo support (#121) (37a5cf9) 1.23.0 (2024-04-29) Features add commit parser options (#120) (b2c137a) Commits c05a73d...

dependencies
.NET

at the moment it requires a project, but `dotnet test` does not, it will run also at root level of your solution, even if your tests are hidden in `test`...

For reference, I'm running on OSX. If I try and use a relative path for my test assembly I get: ``` ➜ net6.0 git:(feature/DEV-14338) test-rerun ./MyTest.dll -d 1 Microsoft (R)...

For some reason, running this on ADO doesn't do test rerun. This is the way we are using it (altering some sensitive info from project names and variables): ```bash -...

Currently, the DotNet test ADO task allows to run test projects using a glob pattern. For example, ```yaml - task: DotNetCoreCLI@2 displayName: Run tests inputs: command: 'test' projects: 'src/**/*.[Tt]est?(s).csproj' ```...

Context: assume that we use the tool on an .sln file that contains a lot of test (and, maybe, non-test projects). Upon execution, tool will run `dotnet test` which will...

Bumps [xunit](https://github.com/xunit/xunit) from 2.8.1 to 2.9.0. Commits 593e573 v2.9.0 f070472 Enable XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS environment variable to skip sho... 80a2294 For Assert.Equivalent, exclude properties (or property getters) which are obs... b6dabde #2955:...

dependencies
.NET

## Context Release v.2.0.2