notebooks/components/crud-web-apps/tensorboards/frontend/cypress.config.ts

10 lines
181 B
TypeScript

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