Skip to content

Commit 5207d3e

Browse files
committed
Note in AGENTS.md that e2e is slow to run during development
1 parent fc1e589 commit 5207d3e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Stable contracts live here. Current setup and server mechanics are in
1010
package script. Never use `bun test`.
1111
- Use the narrowest meaningful verification while iterating. Merge-ready gates
1212
are `bun run format:check`, `lint`, `typecheck`, and `test`.
13+
- e2e is slow. Avoid running it often during development: optimize for
14+
iteration speed first, then test. Save e2e for when the change is settled,
15+
and run the narrowest scenario rather than the full suite.
1316
- Run `bun run format` before a PR and include only files owned by the branch.
1417
- User-visible work requires a specific e2e run, a browsable dev instance, and
1518
the recording or trace showing what to inspect. Add a scenario when none

0 commit comments

Comments
 (0)