E2E Test Setup with Playwright
curated by SkillMD · plugin · 10 skills
Set up an end-to-end test suite with Playwright, including real flows, layered assertions, and CI integration.
Install the whole plugin (CLI)
npx skillmds add phuryn/test-scenarios
npx skillmds add github/playwright-generate-test
npx skillmds add ai-builder-club/e2e-setup
npx skillmds add antigravity/e2e-testing
npx skillmds add googlechrome/chrome-extensions
npx skillmds add ecnu-icalk/webapp-testing
npx skillmds add tinh2/e2e
npx skillmds add lingxling/webapp-testing
npx skillmds add leandrobenjaminl/frontend-e2e-testing
npx skillmds add sakamoto-family-smile/e2e-testingSkills in this plugin
- ▌ test-scenarios · phurynCreate comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes.
- ▌ 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.
- ▌ e2e-setup · ai-builder-clubSets up a reliable end-to-end test suite as a per-PR gate, with real flows, layered assertions, reusable auth helpers, and video evidence.
- ▌ e2e-testing · antigravitySets up and runs end-to-end tests with Playwright, including browser automation, visual regression, cross-browser testing, and CI/CD integration.
- ▌ chrome-extensions · googlechrome bundleBuild and publish production-quality Chrome extensions using Manifest V3 best practices, covering service workers, content scripts, side panels, and Chrome Web Store deployment.
- ▌ webapp-testing · ecnu-icalk bundleTests local web applications by writing native Python Playwright scripts, with helpers for server lifecycle management, DOM inspection, and screenshot capture.
- ▌ 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.
- ▌ frontend-e2e-testing · leandrobenjaminlGuides end-to-end testing of frontend applications using Playwright or Cypress, covering multi-page user flows in real browsers, API mocking, and CI integration.
- ▌ e2e-testing · sakamoto-family-smileProvides Playwright E2E testing patterns including Page Object Model, configuration, CI/CD integration, artifact management, and strategies for handling flaky tests.