Skip to main content
Glama
cypress.config.ts876 B
import path from 'path' import { defineConfig } from 'cypress' import vitePreprocessor from 'cypress-vite' export default defineConfig({ e2e: { injectDocumentDomain: true, specPattern: "cypress/**/*.cy.{js,jsx,ts,tsx}", setupNodeEvents(on, config) { on('file:preprocessor', vitePreprocessor( path.resolve('./vite.cypress.ts'), ) ), on('task', { log(message) { console.log(message) return null } }) }, // Hotfix, needs amended baseUrl: process.env.VITE_HOST_URL ? process.env.VITE_HOST_URL : 'http://127.0.0.1:8080', chromeWebSecurity: false, viewportHeight: 1000, viewportWidth: 1500, retries: process.env.VITE_SI_CYPRESS_MULTIPLIER ? Number(process.env.VITE_SI_CYPRESS_MULTIPLIER) : 0, }, projectId: "k8tgfj", video: true, })

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/systeminit/si'

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