summaryrefslogtreecommitdiff
path: root/cypress.config.ts
blob: 361acaf6e534e15d807a10009a19f7b7420bc783 (plain)
1
2
3
4
5
6
7
import { defineConfig } from 'cypress'

export default defineConfig({
  e2e: {
    baseUrl: 'http://localhost:61812',
  },
})