Tags: devlooped/dotnet-retest
Tags
Bump the tests group with 2 updates Bumps Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 Bumps xunit.runner.visualstudio from 3.0.2 to 3.1.5 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump files with dotnet-file sync # devlooped/dotnet-trx - Add mention to @devlooped for visibility devlooped/dotnet-trx@cf6a9a0
Make retry logic more resilient to changes in xunit/vstest output There was a significant change in output from dotnet test/vstest/xunit which caused us to bail too early and not retry properly. We know the output (for now?) will contain the phrasing `Results file: {path}\{filename}.trx`, but we don't want to make that detection too fragile either. So we just check for the presence of the directory we pass as results dir, which should be always available in standard output. Fixes #48
PreviousNext