⚙️
Verifiedtesting0 installs

Playwright Config

Playwright E2E testing configuration

Configuration

{
  "use": {
    "trace": "on-first-retry",
    "baseURL": "http://localhost:3000",
    "screenshot": "only-on-failure"
  },
  "retries": 2,
  "testDir": "./e2e",
  "timeout": 30000
}

Installation

Via StackShack CLI

npx stackshack install playwright-config

Manual Configuration

Add this configuration to your claude_settings file:

{
  "use": {
    "trace": "on-first-retry",
    "baseURL": "http://localhost:3000",
    "screenshot": "only-on-failure"
  },
  "retries": 2,
  "testDir": "./e2e",
  "timeout": 30000
}

Tags

#playwright#e2e#testing

Quick Actions

Stats

Installs0
Categorytesting
Statuspublished

Need Help?

Check our documentation or reach out to the community.

Get Support

More testing Settings