搜尋

搜尋結果

112 results for "playwright"

playwright-dev

playwright-dev

94Ktesting-qa

Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.

microsoft avatarmicrosoft
獲取
playwright-skill

playwright-skill

45Ktesting-qa

IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below.

sickn33 avatarsickn33
獲取
playwright-skill

playwright-skill

44Ktesting-qa

IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below.

sickn33 avatarsickn33
獲取
playwright-automation-fill-in-form

playwright-automation-fill-in-form

36Kprompting-reasoning

Automate filling in a form using Playwright MCP

github avatargithub
獲取
playwright-explore-website

playwright-explore-website

36Kbrowser-web

Website exploration for testing using Playwright MCP

github avatargithub
獲取
playwright-generate-test

playwright-generate-test

36Ktesting-qa

Generate a Playwright test based on a scenario using Playwright MCP

github avatargithub
獲取
dev

dev

12Ktesting-qa

Development workflows for the playwright-cli repository. Use when the user asks about rolling dependencies, releasing, or other repo maintenance tasks.

microsoft avatarmicrosoft
獲取
playwright-cli

playwright-cli

11Ktesting-qa

Automate browser interactions, test web pages and work with Playwright tests.

microsoft avatarmicrosoft
獲取
playwright-expert

playwright-expert

11Ktesting-qa

Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke to write test scripts, create page objects, configure test fixtures, set up reporters, add CI integration, implement API mocking, or perform visual regression testing. Trigger terms: Playwright, E2E test, end-to-end, browser testing, automation, UI testing, visual testing, Page Object Model, test flakiness.

jeffallan avatarjeffallan
獲取
playwright-skill

playwright-skill

2.9Ktesting-qa

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

lackeyjb avatarlackeyjb
獲取
playwright-recording

playwright-recording

2.1Kbrowser-web

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

digitalsamba avatardigitalsamba
獲取
playwright-testing

playwright-testing

705testing-qa

E2E testing with Playwright - Page Objects, cross-browser, CI/CD

alinaqi avataralinaqi
獲取
playwright-testing

playwright-testing

704testing-qa

E2E testing with Playwright - Page Objects, cross-browser, CI/CD

alinaqi avataralinaqi
獲取
playwright-cli

playwright-cli

324testing-qa

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or have explicit authorization to test.

testdino-hq avatartestdino-hq
獲取
playwright-best-practices

playwright-best-practices

316testing-qa

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.

currents-dev avatarcurrents-dev
獲取
playwright

playwright

259testing-qa

Playwright end-to-end testing best practices for web applications, covering test design, locator strategies, and assertion patterns.

mindrally avatarmindrally
獲取
playwright-automation

playwright-automation

121testing-qa

Write production-grade Playwright tests in TypeScript: Page Object Model, fixtures, auto-waiting, user-facing locators, parallel execution, CI integration, sharding, and 2025-2026 feature awareness. Includes an explicit "do not" list for AI agents. Use when: "Playwright," "write E2E test," "page object," "new Playwright suite," "Playwright config." Not for: fixing one flaky test at runtime — use test-reliability. Not for: bulk regenerating selectors after a UI refactor — use selector-drift-recovery. Not for: visual baseline creation/management — use visual-testing. Not for: deep WCAG/axe audits — use accessibility-testing. Related: visual-testing, ci-cd-integration, api-testing, test-reliability, selector-drift-recovery, accessibility-testing.

petrkindlmann avatarpetrkindlmann
獲取
hyva-playwright-test

hyva-playwright-test

83testing-qa

Write Playwright tests for Hyvä themes with Alpine.js components. This skill should be used when writing e2e tests, creating page objects, or debugging selector issues in Playwright tests for Hyvä Magento storefronts. Trigger phrases include "write playwright test", "playwright alpine", "test hyva page", "e2e test", "playwright selector".

hyva-themes avatarhyva-themes
獲取
playwright-cli

playwright-cli

3browser-web

Automate browser interactions, test web pages and work with Playwright tests.

screenci avatarscreenci
獲取
playwright-stealth-verify

playwright-stealth-verify

1browser-web

Check whether a Playwright, Puppeteer, Selenium or CDP-driven browser presents a coherent fingerprint, using liarjs as a library against a Page you already have - navigator.webdriver, HeadlessChrome tokens, worker versus main-thread identity, patched-API integrity, WebGL versus WebGPU GPU identity. Use when asked whether an automated browser looks like a normal one, when a headless setup or a stealth plugin's effect needs measuring rather than assuming, or when an assertion on fingerprint quality belongs in a test suite.

liarjsdev avatarliarjsdev
獲取
browsing-with-playwright

browsing-with-playwright

1browser-web

Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction. NOT when only fetching static content (use curl/wget instead).

bilalmk avatarbilalmk
獲取
ui-demo

ui-demo

239Kbrowser-web

Record polished UI demo videos using Playwright. Use when the user asks to create a demo, walkthrough, screen recording, or tutorial video of a web application. Produces WebM videos with visible cursor, natural pacing, and professional feel.

affaan-m avataraffaan-m
獲取
e2e-testing

e2e-testing

239Ktesting-qa

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

affaan-m avataraffaan-m
獲取
ui-demo

ui-demo

232Kbrowser-web

Record polished UI demo videos using Playwright. Use when the user asks to create a demo, walkthrough, screen recording, or tutorial video of a web application. Produces WebM videos with visible cursor, natural pacing, and professional feel.

affaan-m avataraffaan-m
獲取