cypress.config.ts 134 B

12345678910
  1. import { defineConfig } from 'cypress'
  2. export default defineConfig({
  3. e2e: {
  4. 'baseUrl': 'http://localhost:4200'
  5. },
  6. })