ce-test-browser

ce test browser

everyinc 23k ↓ 2.2k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Manual (default): the user controls the dev server. When the fallback driver is agent-browser, ask whether to run headed or headless.
  • agent-browser fallback, pipeline mode: run headless without asking.
  • Page title/heading present
  • Primary content rendered
  • No error messages visible
  • Forms have expected fields
  • No new console errors attributable to the tested flow

Requirements & configuration

  • Apply the Browser Driver Policy above and record the selected driver. This also requires a git repository with changes to test.
  • Pause for human input when testing touches flows that require external interaction. Pipeline mode: do not pause — log each such flow as Skip with the reason and continue.
  • | /checkout | Skip | Requires payment credentials |

Configuration: PORT

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

ce-test-browser FAQ

What does the ce-test-browser skill do?

Run browser tests for pages affected by the current branch or PR. Manual (default): the user controls the dev server. When the fallback driver is agent-browser, ask whether to run headed or headless. agent-browser fallback, pipeline mode: run headless without asking.

What does ce-test-browser require?

Apply the Browser Driver Policy above and record the selected driver. This also requires a git repository with changes to test. Pause for human input when testing touches flows that require external interaction. Pipeline mode: do not pause — log each such flow as Skip with the reason and continue. | /checkout | Skip | Requires payment credentials | Configuration keys: PORT.

How do I install ce-test-browser?

Run: npx -y skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-test-browser --agent claude-code — the source lives at github.com/everyinc/compound-engineering-plugin.

Maintain ce-test-browser?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[ce-test-browser on getagentictools](https://getagentictools.com/skills/everyinc-compound-engineering-plugin-ce-test-browser?ref=badge)
npx agentictools info skills/everyinc-compound-engineering-plugin-ce-test-browser

The second line is the CLI lookup for this page — handy in READMEs and docs.