Skip to content
Snippets Groups Projects
cypress.config.ts 124 B
Newer Older
syuilo's avatar
syuilo committed
import { defineConfig } from 'cypress';

export default defineConfig({
	e2e: {
		baseUrl: 'http://localhost:61812',
	},
});