PR #173 runs npx playwright install --with-deps chromium on every execution.
Follow-up:
- evaluate caching the Playwright browser install keyed by the relevant e2e package inputs
- keep it only if the runtime savings justify the added YAML/cache complexity
This is a non-blocking optimization.
PR #173 runs
npx playwright install --with-deps chromiumon every execution.Follow-up:
This is a non-blocking optimization.