Cursor rule Cursor
Playwright + Cucumber BDD framework conventions, locator strategies, and patterns.
Cursor rule Cursor
Playwright + Cucumber BDD framework conventions, locator strategies, and patterns.
Cursor rule Cursor
Project-level instructions for the 10x Quality Framework.
Cursor rule Cursor
QA Recorder - Records user's manual browser interactions and generates natural language test scripts with rich locator metadata.
Cursor rule Cursor
QA Script Executor - Executes natural language test scripts using Chrome DevTools MCP and enhances them with technical hints.
Cursor rule Cursor
Converts recorded natural language test scripts into Playwright + Cucumber BDD tests.
Skill Claude CodeCodex
AI-powered QA test automation — record browser flows, generate test cases from PRDs or Figma designs, execute natural language test scripts, and convert to Playwright + Cucumber BDD tests. Use when asked to "record a test", "create test cases", "execute test script", "automate UI test", "convert to BDD", "generate…
Agent
Converts recorded natural language test scripts into Playwright + Cucumber BDD tests (feature files, page objects, step definitions). Use when asked to "convert to BDD", "generate Playwright tests", or "create Cucumber features from this script".
Agent
Records manual browser interactions and generates natural language test scripts with rich locator metadata and assertion capture. Use when asked to "record a test", "capture actions", or "record UI steps".
Agent
Executes natural language test scripts step-by-step via Chrome DevTools MCP, with auto-retry, hint enhancement, and report generation. Use when asked to "execute a test script", "run the test", or "automate this flow".
Agent
Generates structured test cases from any URL or content. Auto-detects source type — Confluence PRD, Figma design, or pasted text. Use when the user provides a URL and asks to "generate test cases", "create test cases", "write tests", or simply pastes a Confluence/Figma link.
Cursor rule
Chrome DevTools MCP automation conventions — snapshot-first rule, MCP tool reference, error handling, and browser configuration.
Cursor rule
Locator strategy for Playwright tests — priority order, ambiguity rules, label-based navigation, and dropdown patterns.
Cursor rule
Playwright + Cucumber BDD framework conventions — Bridge pattern, page object singletons, step definitions, environment config.
Cursor rule
Assertion capture patterns — auto-detection via MutationObserver, manual assertions via keyboard shortcut, and assertion-to-step conversion rules.
MCP server Claude CodeCodexCursor
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.