FoundKey/cypress.config.ts

8 lines
124 B
TypeScript
Raw Normal View History

2022-06-11 03:07:28 +00:00
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:61812',
},
});