harbor/src/portal/cypress.config.ts

8 lines
135 B
TypeScript
Raw Normal View History

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