s3-tests-parser/internal/templates/resources/txt-template.gotmpl
Denis Kirillov e54a9c9e6c [#2] Support verbose flag and include
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
2024-11-08 11:23:06 +03:00

10 lines
302 B
Go Template

# S3 Protocol Compatibility
{{$verbose := .Verbose}}
{{range .TagGroups}}
## {{.Name}}
{{range .Tests}}
{{colorToTerminal .Color}}{{.Name}}: {{.Passed}}/{{.Total}}; {{.Comment}} {{colorToTerminal "black"}}{{if $verbose}}
failed: {{.FailedTests}}
passed: {{.PassedTests}}
{{end}}{{end}}
{{end}}