Sharkey/cypress.config.ts

8 lines
124 B
TypeScript
Raw Normal View History

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