mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
305b7a226b
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
268 B
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')overpage.locator('[role=button]').