added 'mini-menu' to result pages
Some checks failed
Run Integration Tests / test (push) Failing after 36s

This commit is contained in:
partisan 2024-12-07 23:07:19 +01:00
parent 7e573e6928
commit 287c7a7a1d
12 changed files with 266 additions and 189 deletions

View file

@ -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)) {