Automated E2E Test Generation
curated by SkillMD · plugin · 10 skills
Installs a pipeline to explore a website, generate a Playwright test, and run it until passing.
Install the whole plugin (CLI)
npx skillmds add github/playwright-explore-website
npx skillmds add github/playwright-generate-test
npx skillmds add addyosmani/browser-testing-with-devtools
npx skillmds add antigravity/e2e-testing
npx skillmds add zhaoxuya520/js-reverse
npx skillmds add zhaoxuya520/browser-automation
npx skillmds add tinh2/e2e
npx skillmds add lingxling/webapp-testing
npx skillmds add dangquangse/playwright-skill
npx skillmds add sdiamante13/agent-browserSkills in this plugin
- ▌ playwright-explore-website · githubExplores websites using Playwright to identify core features and generate test cases.
- ▌ playwright-generate-test · githubGenerates a Playwright test from a user-provided scenario by recording browser interactions via Playwright MCP, then saves and runs the test until it passes.
- ▌ browser-testing-with-devtools · addyosmaniTests and debugs web applications in real browsers using Chrome DevTools MCP, enabling DOM inspection, console error capture, network analysis, performance profiling, and visual verification with live runtime data.
- ▌ e2e-testing · antigravitySets up and runs end-to-end tests with Playwright, including browser automation, visual regression, cross-browser testing, and CI/CD integration.
- ▌ js-reverse · zhaoxuya520 bundleGuides front-end JavaScript reverse engineering through a structured observe-capture-rebuild workflow using js-reverse MCP tools and optional jshookmcp for browser automation, CDP debugging, and runtime hooking.
- ▌ browser-automation · zhaoxuya520 bundleUnified automation entry point covering browser automation with Playwright and Windows desktop app automation with OpenReverse for GUI interaction, network capture, and reverse engineering workflows.
- ▌ e2e · tinh2 bundleAuto-detects the project's tech stack, then generates and runs exhaustive end-to-end tests for backend APIs and frontend UI flows, self-healing failures without user input.
- ▌ webapp-testing · lingxling bundleInteract with and test local web applications using Playwright, including verifying frontend functionality, debugging UI behavior, capturing screenshots, and viewing browser logs.
- ▌ playwright-skill · dangquangse bundleAutomates browser testing and interaction with Playwright, including form filling, screenshots, responsive checks, and login flows, with automatic dev server detection.
- ▌ agent-browser · sdiamante13 bundleAutomates browser interactions for web testing, form filling, screenshots, and data extraction.