Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From e2e-test-runner
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 2 hooks
npx claudepluginhub leejuoh/claude-code-zero --plugin e2e-test-runnerWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
diff -q "${CLAUDE_PLUGIN_ROOT}/scripts/runner/package.json" "${CLAUDE_PLUGIN_DATA}/package.json" >/dev/null 2>&1 || (cd "${CLAUDE_PLUGIN_DATA}" && cp "${CLAUDE_PLUGIN_ROOT}/scripts/runner/package.json" . && npm install --production 2>&1) || rm -f "${CLAUDE_PLUGIN_DATA}/package.json"120000mscommand -v agent-browser >/dev/null 2>&1 || echo '[e2e-test-runner] agent-browser not found. Install: npm install -g agent-browser && agent-browser install'5000msShare bugs, ideas, or general feedback.