Skip to content

Tags: devlooped/dotnet-retest

Tags

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

v0.6.0

Toggle v0.6.0's commit message
+Mᐁ includes

v0.5.0

Toggle v0.5.0's commit message
Add ouctome column and screenshots

v0.4.1

Toggle v0.4.1's commit message
Don't allow non-trx logger on non-Windows OS

This failed consistently in CI and locally (WSL), so prevent users from having an unsupported combination.