added 'mini-menu' to result pages
Some checks failed
Run Integration Tests / test (push) Failing after 36s
Some checks failed
Run Integration Tests / test (push) Failing after 36s
This commit is contained in:
parent
7e573e6928
commit
287c7a7a1d
12 changed files with 266 additions and 189 deletions
|
@ -157,10 +157,10 @@ func TestApplication(t *testing.T) {
|
|||
runTest(t, summary, "Test Concurrent Random Requests", func(t *testing.T) {
|
||||
testConcurrentRandomRequests(t, summary)
|
||||
})
|
||||
runTest(t, summary, "Test Suggestions API", testSuggestionsAPI)
|
||||
runTest(t, summary, "Check Resource Usage After Tests", func(t *testing.T) {
|
||||
checkResourceUsage(t, summary, appProcess)
|
||||
})
|
||||
runTest(t, summary, "Test Suggestions API", testSuggestionsAPI)
|
||||
}
|
||||
|
||||
func runTest(t *testing.T, summary *TestSummary, name string, testFunc func(t *testing.T)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue