Pr Browser Test Planner
@mgreten/pr-browser-test-plannerv2026.08.26.1
01README
Generate safe, validated browser test plans from GitHub pull requests using a configurable target application and @mgreten/cli-agent.
02Release Notes
Initial stable release of safe, validated browser test planning from GitHub pull requests.
03Models
@mgreten/pr-browser-test-plannerv2026.08.26.1pr_browser_test_planner.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| cliAgentModel | string | |
| repoSlug | string | |
| repoPath | string | Swamp repository containing the cli-agent instance. |
| targetHost | string | |
| uiPathRules | array | |
| blockedPaths | array | |
| plannerGuidance | string | |
| targetLabels | array | |
| ticketRegex | string | |
| maxSteps | number | |
| maxDiffBytes | number | |
| plannerProvider | string | |
| plannerModel | string | |
| plannerTimeoutMs | number |
fn planForPr(prNumber: number, deploySha?: string, blockedPaths: array)
Fetch a GitHub PR, dispatch planning to cli-agent, validate commands, and persist the plan.
| Argument | Type | Description |
|---|---|---|
| prNumber | number | |
| deploySha? | string | |
| blockedPaths | array |
Resources
planForPr(14d)— Stable browser plan contract for downstream test runners.
04Stats
A
100 / 100
Downloads
2
Archive size
11.2 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels