Test Runner
- Run your application's tests here.
Run All Tests
{{if not .suiteFound}}
Suite "{{.suiteName}}" is not found.
{{end}} {{range .testSuites}} {{ $testFile := .Name }}
Run
{{.Name}}
▼
{{range .Tests}}
Run
{{ .Name }}
Run
{{end}}
{{end}}