- Run your application's tests here.

{{if not .suiteFound}}
Suite "{{.suiteName}}" is not found.
{{end}} {{range .testSuites}} {{ $testFile := .Name }}
 {{.Name}}
{{range .Tests}} {{end}}
{{ .Name }}
{{end}}