From stackblitz-pack
Provides CI testing for WebContainer apps using Playwright browser tests. For StackBlitz SDK or WebContainers work. Trigger: stackblitz CI.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin stackblitz-packThis skill is limited to using the following tools:
CI testing for WebContainer apps with Playwright browser tests.
Delivers production checklist for WebContainer and StackBlitz SDK apps: headers, browser support, fallbacks, error handling. Refer to API docs for details.
Tests local web applications using Playwright: verifies frontend functionality, debugs UI behavior, captures screenshots, views logs. Mandatory before declaring implementation complete.
Automates browser tasks and E2E testing with Playwright: auto-detects dev servers, generates scripts for pages, forms, screenshots, responsive design, UX validation, login flows, cross-browser checks in TypeScript/JavaScript/Python projects.
Share bugs, ideas, or general feedback.
CI testing for WebContainer apps with Playwright browser tests.
See the core workflow skills for implementation patterns.
| Issue | Cause | Solution |
|---|---|---|
| Configuration error | Wrong setup | Check WebContainer docs |
| Build failure | Missing deps | Run npm install |
See related skills for more patterns.