# webspec.config.yaml — init template
baseUrl: ""
browser: chromium
viewport:
  width: 1280
  height: 720
headless: true
timeout: 10000
retries: 0
specsDir: tests/specs
flowsDir: tests/flows
artifactsDir: webspec-artifacts
screenshot: only-on-failure
trace: off
reporters:
  - console
