CldKit
홈탐색RECIPES제출CLIAI 큐레이터로그인
로그인
CldKit
탐색Recipes제출CLI·소개개인정보약관

AI 개발자를 위해 만들었습니다. 모든 components 를 검토합니다.

© 2026 CldKit

언어
홈>Recipes>Browser-Assisted QA Lab

Browser-Assisted QA Lab

intermediate

Combine real-session browser automation, isolated Playwright checks, and motion review for frontend QA.

아키텍처

Browser MCP
Automates the user's logged-in browser session
80/100
npx -y @browsermcp/mcp@latest
Chrome MCP Server
Provides Chrome-native tabs, screenshots, and history tools
82/100
npm install -g mcp-chrome-bridge
Playwright MCP
Runs isolated deterministic browser checks
92/100
npx @playwright/mcp@latest
Design Motion Principles
Audits motion, accessibility, and interaction polish
73/100
npx add-skill kylezantos/design-motion-principles

예상 출력

Browser-Assisted QA Lab Authenticated pages inspected: 7 Playwright checks: 18 passed Motion issues found: 4 Accessibility risks: 2 -> Prioritized QA report ready

관련 Recipes

Full-Stack Testing Suite

INTERMEDIATE

Complete testing pipeline with unit tests, E2E browser tests, and TDD workflow.

codetesting

3개 components

Frontend Growth Launch

INTERMEDIATE

Design, test, optimize, and publish a conversion-oriented frontend experience.

frontenddesignmarketing

5개 components

Frontend AI Design Studio

INTERMEDIATE

Generate, inspect, motion-audit, and browser-test frontend UI iterations.

frontenddesigntesting

5개 components

모두 설치

npx -y @browsermcp/mcp@latest
npm install -g mcp-chrome-bridge
npx @playwright/mcp@latest
npx add-skill kylezantos/design-motion-principles

난이도

intermediate

Components

4

생성일

May 1, 2026

장면

frontend
testing
browser