jormungandr-bite/cypress.config.ts

8 lines
124 B
TypeScript
Raw Normal View History

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