Automate visual QA testing of web pages using Chrome DevTools MCP tools. Connects to an already-running Chrome browser session, navigates to pages, emulates viewports, takes screenshots, and inspects CSS properties to catch responsive layout bugs.
After connecting to the browser and navigating to the target URL, always hard-refresh the page and clear the cache before any testing:
Then wait for the page to fully reload before proceeding.
시각적 회귀 테스트, 반응형 중단점 검증, CSS 레이아웃 디버깅을 위해 Chrome DevTools MCP 도구를 사용하는 QA 웹 테스트 기술입니다. 사용자가 "페이지 테스트", "중단점 확인", "반응형 레이아웃 확인", "이 페이지 품질관리", "다른 뷰포트에서 CSS 테스트", "레이아웃 버그 확인", "수정 사항 확인"을 요청하거나 특정 뷰포트 너비에서 웹페이지를 시각적으로 검사하려고 할 때마다 이 기술을 사용하세요. 또한 사용자가 URL을 제공하고 스크린샷 찍기, 레이아웃 비교 또는 요소 크기 검사를 요청할 때 트리거됩니다. 로컬 호스트 또는 스테이징 환경에서 Chrome DevTools MCP 연결 브라우저 세션과 함께 작동합니다. 출처: delexw/claude-code-misc.