1
0
Fork 0
docsearch/cypress.config.ts
2024-11-04 10:06:54 +01:00

9 lines
203 B
TypeScript

import { defineConfig } from 'cypress';
export default defineConfig({
projectId: 'nf9rdc',
e2e: {
baseUrl: 'http://localhost:3000',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
});