@sentry/junior-agent-browser
v0.181.1
Published
`@sentry/junior-agent-browser` adds browser automation and visual QA workflows to Junior via the `agent-browser` CLI.
Readme
@sentry/junior-agent-browser
@sentry/junior-agent-browser adds browser automation and visual QA workflows to Junior via the agent-browser CLI.
Install it alongside @sentry/junior:
pnpm add @sentry/junior @sentry/junior-agent-browserAdd the package name to the plugin set exported from plugins.ts:
import { defineJuniorPlugins } from "@sentry/junior";
export const plugins = defineJuniorPlugins(["@sentry/junior-agent-browser"]);The package includes two skills:
/agent-browserfor general browser navigation, interaction, extraction, and capture/visual-web-qafor evidence-driven verification of frontend, docs, layout, theme, loading, animation, and interaction changes
For example:
/visual-web-qa Verify the docs theme on desktop and mobile, then share the evidence.Full setup guide: https://junior.sentry.dev/extend/agent-browser-plugin/
