g-kari/Playwright MCP Monkey Test
Run Playwright monkey tests with MCP integration and screenshot sharing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Target URL to test | yes | — |
| test-duration | Duration of monkey test in minutes | no | 5 |
| browser | Browser to use (chromium, firefox, webkit) | no | chromium |
| mcp-server | MCP server endpoint | no | "" |
| screenshot-path | Path to save screenshots | no | ./screenshots |
| max-actions | Maximum number of actions to perform | no | 100 |
| action-delay | Delay between actions in milliseconds | no | 1000 |
Outputs
| name | description |
|---|---|
| screenshot-count | Number of screenshots captured |
| test-result | Test result summary |
| errors-found | Number of errors found during testing |