This repository has been archived on 2025-10-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
garands-world-game-archived/cypress.config.ts
2024-10-15 22:55:11 +02:00

9 lines
182 B
TypeScript

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