Choose your AI tool
PACE E2E's agentic framework works with four AI hosts. Each host is a different
command-line tool or IDE integration that can read specs, look up selectors in the
app code, and generate Playwright tests. The underlying prompts (in tests/agents/)
are the same for all hosts — only the way you invoke them differs.
The four hosts
| Host | How you invoke it |
|---|---|
| Claude Code | Type a slash command like /plan-test directly in the Claude Code chat |
| Codex CLI | Mention the agent by name, e.g. "Have the playwright-planner agent plan: …" |
| Gemini CLI | Type a slash command like /plan-test directly in the Gemini CLI chat |
| Antigravity | Reference the skill by name, e.g. "Use the playwright-planner skill: …" |
Try it — a synced example
Click a tab below to see the command for your chosen host. Your selection persists across every page on this site, so you only need to pick once.
- Claude Code
- Codex CLI
- Gemini CLI
- Antigravity
/plan-test "add an Account Manager to the project team"
Have the playwright-planner agent plan: "add an Account Manager to the project team"
/plan-test "add an Account Manager to the project team"
Use the playwright-planner skill: "add an Account Manager to the project team"
The snippet above runs the planner step for a new test scenario. Every command page in this documentation shows tabs in the same format, so you always see the exact syntax for your host without having to mentally translate.
Your choice sticks
When you click a tab, the site stores your preference in localStorage — so
navigating to the next page, refreshing, or opening a new article all show your
host's tab automatically. If you want to share a specific host's view with a
colleague, append ?host=claude, ?host=codex, ?host=gemini, or
?host=antigravity to any URL on this site.