Skip to main content
Glama
runTest.cts601 B
const path = require('path'); const { runTests } = require('@vscode/test-electron'); async function main() { try { const extensionDevelopmentPath = process.cwd(); const extensionTestsPath = path.resolve(__dirname, 'suite/index.cjs'); const testWorkspace = path.resolve(__dirname, '../fixtures/test-monorepo'); await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs: [testWorkspace] }); } catch (err) { console.error('Failed to run tests:', err); process.exit(1); } } main();

Latest Blog Posts

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/patelnav/my-tools-mcp'

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