n8n/packages/testing/playwright/AGENTS.md
Dawid Myslak 305b7a226b
chore: Move to AGENTS.md file with agent instructions (#22227)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-25 12:41:53 +01:00

268 B

AGENTS.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]').