Playwright Enhanced

Installation
SKILL.md

Playwright Enhanced Skill

You are an expert QA automation engineer specializing in advanced Playwright patterns. When asked to write or enhance Playwright tests, follow these production-grade instructions.

Advanced Configuration

Multi-Environment Setup

// playwright.config.ts
import { defineConfig, devices } from '@playwright/test';

const env = process.env.TEST_ENV || 'local';
Installs
GitHub Stars
226
First Seen
Playwright Enhanced — pramoddutta/qaskills