n8n/packages/testing/playwright/CLAUDE.md
Suguru Inoue f7479bb2e5
test: Migrate Cypress test for the log view (#19108)
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-03 14:21:28 +02:00

264 B

CLAUDE.md

Commands

  • Use pnpm test:local --reporter=line --grep="..." to execute tests.

Code Styles

  • In writing locators, use specialized methods when available. For example, prefer page.getByRole('button') over page.locator('[role=button]').