This repository has been archived on 2024-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
villkey/cypress.config.ts

8 lines
124 B
TypeScript

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