Skip to content

docs(e2e): use pnpm build:e2e in perf specs and screenshot skill (#3207) - #4508

Open
Chessing234 wants to merge 2 commits into
block:mainfrom
Chessing234:docs/e2e-build-command-3207
Open

docs(e2e): use pnpm build:e2e in perf specs and screenshot skill (#3207)#4508
Chessing234 wants to merge 2 commits into
block:mainfrom
Chessing234:docs/e2e-build-command-3207

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • Grep the touched perf headers for pnpm build:e2e
  • cd desktop && pnpm build:e2e && pnpm exec playwright test --project=smoke still boots the mock bridge

A plain production build strips the mock Tauri bridge, so every smoke/perf
spec that calls installMockBridge fails at boot (block#3207).

Signed-off-by: Taksh <takshkothari09@gmail.com>
Keep the desktop-screenshot skill gotcha aligned with AGENTS.md so a
stale plain build does not silently drop the mock bridge (block#3207).

Signed-off-by: Taksh <takshkothari09@gmail.com>
@Chessing234
Chessing234 requested a review from a team as a code owner August 3, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: E2E instructions say pnpm run build, which strips the mock bridge and breaks all smoke specs

1 participant