Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Playwright Test AutomationSkill
Summary
TestMu AI's official skill for generating production-grade Playwright suites in TypeScript, JavaScript, Python, Java or C#, locally or on a 3,000-combination browser cloud.
Features
- Resolves local vs. cloud vs. HyperExecute vs. SmartUI execution target before writing code
- Generates Playwright tests in TypeScript, JavaScript, Python, Java or C#
- Page-object structure, fixtures, API mocking and route interception
- Cloud capability syntax for 3,000+ browser/OS combinations and real mobile devices
- Trace, video and retry configuration for debugging flaky tests
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Example Usage
Write Playwright E2E tests for the checkout flow and run them on Safari and Edge in the cloud
Description
Maintained by the TestMu AI team (formerly LambdaTest), this is one of roughly fifty framework-specific testing skills in the same repository, and the one that covers Playwright.
Its value is the decision procedure it puts in front of code generation rather than the snippets themselves. The skill first resolves the execution target — local, TestMu AI cloud, HyperExecute for parallel runs at scale, or SmartUI for visual regression — including the cases a local runner simply cannot serve, such as Safari on Windows or Edge on Linux. It then detects the language from the prompt and the repository (TypeScript by default, with dedicated reference files for Python, Java and C# patterns), and only then decides scope.
What it generates is the whole shape of a suite, not one test: the Playwright config, page-object structure, fixtures, API mocking and route interception, trace and video capture for flaky-test debugging, and the CI wiring to run it. Cloud execution targets 3,000+ browser and OS combinations plus real mobile devices, and the skill knows the capability syntax for that grid so an agent does not invent it.
It is MIT licensed and installs from the shared repository with npx skills add LambdaTest/agent-skills --skill playwright-skill, or as a Claude Code plugin. The sibling skills — pytest, Cypress, Selenium, Appium, JUnit 5, Robot Framework and the rest — follow the same structure, so a polyglot repository can install several without them contradicting each other.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
