Skip to main content
Glama

DevOps AI Toolkit

by vfarcic
vitest.integration.config.ts•792 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { name: 'Integration Tests', include: ['tests/integration/**/*.test.ts'], setupFiles: ['tests/integration/setup.ts'], testTimeout: 1200000, // 20 minutes global timeout to override any defaults maxConcurrency: 10, // Allow up to 10 tests to run concurrently within same file hookTimeout: 10000, // 10 seconds for setup/teardown pool: 'forks', // Use separate processes for isolation poolOptions: { forks: { maxForks: 30 // Allow up to 30 parallel test workers for maximum parallelism } }, reporters: ['verbose'], env: { KUBECONFIG: './kubeconfig-test.yaml', DEBUG_DOT_AI: 'true' } }, esbuild: { target: 'node18' } });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vfarcic/dot-ai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server