Sharkey/cypress.config.ts

8 lines
124 B
TypeScript
Raw Normal View History

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