Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: devlooped/dotnet-retest

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kzu Daniel Cazzulino
Remove unused workflow action

v1.0.0-beta

Toggle v1.0.0-beta's commit message
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]>

v0.7.2

Toggle v0.7.2's commit message
Allow running on latest & greatest installed

This should allow it to run on .net9 only (and future versions too).

Fixes #87

v0.7.1

Toggle v0.7.1's commit message
⬆️ Bump files with dotnet-file sync

# devlooped/dotnet-trx

- Add mention to @devlooped for visibility devlooped/dotnet-trx@cf6a9a0

v0.7.0

Toggle v0.7.0's commit message
Include messages to standard error, this to make the log complete

v0.6.5

Toggle v0.6.5's commit message
Showcase that we can run/render 1k+ tests

Related to #47

v0.6.4

Toggle v0.6.4's commit message
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

v0.6.3

Toggle v0.6.3's commit message
Revert help.md change to the one that works

v0.6.2

Toggle v0.6.2's commit message
Simulate real test work with a random delay

v0.6.1

Toggle v0.6.1's commit message
⬆️ Bump files with dotnet-file sync

# devlooped/dotnet-trx

- Fix whitespace in elapsed time badge devlooped/dotnet-trx@b3022d2