1
- ![ Icon] ( assets/32.png ) dotnet retest
1
+ ![ Icon] ( assets/32.png ) dotnet retest
2
2
============
3
3
4
4
[ ![ Version] ( https://img.shields.io/nuget/vpre/dotnet-retest.svg?color=royalblue )] ( https://www.nuget.org/packages/dotnet-retest )
@@ -28,6 +28,22 @@ Typical usage: `dotnet retest [OPTIONS] [-- [dotnet test options]]` (with option
28
28
> NOTE: this behavior is triggered by the presence of the ` GITHUB_REF_NAME` and `CI` environment variables.
29
29
30
30
<!-- include src/dotnet-retest/help.md -->
31
+ ` ` ` shell
32
+ USAGE:
33
+ dotnet retest [OPTIONS] [-- [dotnet test options]]
34
+
35
+ OPTIONS:
36
+ DEFAULT
37
+ -h, --help Prints help information
38
+ -v, --version Prints version information
39
+ --attempts 5 Maximum attempts to run tests
40
+ --trx-output Include test output in report
41
+ --trx-skipped True Include skipped tests in report
42
+ --trx-gh-comment True Report as GitHub PR comment
43
+ --trx-gh-summary True Report as GitHub step summary
44
+ ` ` `
45
+
46
+ <!-- src/dotnet-retest/help.md -->
31
47
32
48
Install :
33
49
@@ -42,4 +58,52 @@ dotnet tool update -g dotnet-retest
42
58
` ` `
43
59
44
60
<!-- # content -->
45
- <!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
61
+ <!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
62
+ # Sponsors
63
+
64
+ <!-- sponsors.md -->
65
+ [](https://github.com/clarius)
66
+ [](https://github.com/KirillOsenkov)
67
+ [](https://github.com/MFB-Technologies-Inc)
68
+ [](https://github.com/decriptor)
69
+ [](https://github.com/torutek-gh)
70
+ [](https://github.com/drivenet)
71
+ [](https://github.com/AshleyMedway)
72
+ [](https://github.com/Keflon)
73
+ [](https://github.com/tbolon)
74
+ [](https://github.com/kfrancis)
75
+ [](https://github.com/twenzel)
76
+ [](https://github.com/Giorgi)
77
+ [](https://github.com/unoplatform)
78
+ [](https://github.com/dansiegel)
79
+ [](https://github.com/rbnswartz)
80
+ [](https://github.com/jfoshee)
81
+ [](https://github.com/Mrxx99)
82
+ [](https://github.com/eajhnsn1)
83
+ [](https://github.com/IxTechnologies)
84
+ [](https://github.com/davidjenni)
85
+ [](https://github.com/Jonathan-Hickey)
86
+ [](https://github.com/okyrylchuk)
87
+ [](https://github.com/akunzai)
88
+ [](https://github.com/jakobt)
89
+ [](https://github.com/seanalexander)
90
+ [](https://github.com/tinohager)
91
+ [](https://github.com/ploeh)
92
+ [](https://github.com/KenBonny)
93
+ [](https://github.com/SimonCropp)
94
+ [](https://github.com/agileworks-eu)
95
+ [](https://github.com/sorahex)
96
+ [](https://github.com/arsdragonfly)
97
+ [](https://github.com/vezel-dev)
98
+ [](https://github.com/ChilliCream)
99
+ [](https://github.com/4OTC)
100
+
101
+
102
+ <!-- sponsors.md -->
103
+
104
+ [](https://github.com/sponsors/devlooped)
105
+
106
+
107
+ [Learn more about GitHub Sponsors](https://github.com/sponsors)
108
+
109
+ <!-- https://github.com/devlooped/sponsors/raw/main/footer.md -->
0 commit comments