bryanharrisscripts/plotpickle-workflow-tester
v0.1.0AGPL-3.0-or-later
Human-like end-to-end acceptance testing for PlotPickle using a portable Agent Skill and Playwright MCP browser automation.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
playwrightstdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/../../../scripts/run-npx-stdio.mjs",
"-y",
"@playwright/mcp@0.0.78",
"--headless",
"--isolated",
"--browser",
"chrome",
"--console-level",
"warning",
"--output-dir",
"${PLUGIN_DATA}/creative-writer",
"--allowed-origins",
"http://127.0.0.1:*;http://localhost:*"
],
"env": {
"PLOTPICKLE_ACCEPTANCE_MODE": "1"
},
"cwd": "${PLUGIN_DATA}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "plotpickle-workflow-tester",
"version": "0.1.0",
"description": "Human-like end-to-end acceptance testing for PlotPickle using a portable Agent Skill and Playwright MCP browser automation.",
"repository": "https://github.com/BryanHarrisScripts/PlotPickle",
"license": "AGPL-3.0-or-later",
"keywords": ["plotpickle", "qa", "acceptance", "playwright", "mcp", "agent-plugin"]
}