• This project
    • Loading...
  • Sign in

Hooke / vue-flow-editor2

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • vue-flow-editor2
  • playwright.config.ts
  • hookehuyr's avatar
    feat: initialize logicflow editor migration base · 00ca0e8c
    00ca0e8c
    hookehuyr authored 2026-03-31 18:36:15 +0800
playwright.config.ts 213 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import { defineConfig } from '@playwright/test'

export default defineConfig({
  testDir: './tests/e2e',
  timeout: 30_000,
  retries: 0,
  use: {
    baseURL: 'http://127.0.0.1:4174',
    headless: true,
  },
})