skills-templates/testing/playwright-typescript-enableedge/SKILL.md
GitHub repository skill for enableedge/playwright-typescript-enableedge
npx skillsauth add enuno/claude-command-and-control playwright-typescript-enableedgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
GitHub repository skill for enableedge/playwright-typescript-enableedge
A comprehensive test automation framework combining TypeScript and Playwright for UI and API testing, with AI-assisted test generation through Playwright MCP integration with VS Code and GitHub Copilot.
Repository: enableedge/playwright-typescript-enableedge Language: TypeScript Stars: 2 License: MIT License
Use this skill when you need to:
Design Pattern: Page Object Model (POM) Tech Stack: TypeScript + Playwright + Node.js AI Integration: Playwright MCP (Model Context Protocol) Reporting: Allure Report Requirements: Node.js v14+, Java v11+ (for Allure)
# Clone repository
git clone https://github.com/enableedge/playwright-typescript-enableedge.git
cd playwright-typescript-enableedge
# Install dependencies
npm install
# Install Playwright browsers
npx playwright install
# Run UI tests
npm run test:ui
# Run API tests
npm run test:api
# Run specific test file
npm run test -- <path-to-test-file>
Enable AI-Assisted Test Generation:
{
"playwright.mcp.enabled": true
}
Key Capability: Convert natural language test descriptions into executable Playwright test code with proper browser interaction automation.
The framework demonstrates how to:
The framework implements POM for:
Integrated Allure Report provides:
references/README.md - Complete README documentationreferences/file_structure.md - Repository structurereferences/setup.md - Installation and configuration guideGenerated by Skill Seeker | GitHub Repository Scraper (Manual Creation)
tools
MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace operations.
tools
LangSmith Python SDK — trace, evaluate, and monitor LLM applications. Covers @traceable decorator, trace context manager, Client API, evaluate() / aevaluate(), comparative evaluation, custom evaluators, dataset management, prompt caching, ASGI middleware, and pytest plugin.
development
LangGraph (Python) — build stateful, controllable agent graphs with checkpointing, streaming, persistence, interrupts, fault tolerance, and durable execution. Covers both Graph API (StateGraph) and Functional API (@entrypoint/@task).
development
LangGraph Graph API (Python) — build explicit DAG agent workflows with StateGraph, typed state, nodes, edges, Command routing, Send fan-out, checkpointers, interrupts, and streaming. Use when you need explicit control flow and graph topology.