Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

devstefancho/frontend-e2e-test-workshop

Repository files navigation

E2E Workshop

샘플 코드

cd playwright-init/ # Playwright Test
npx playwright test --ui
cd my-react-app/ # Reactflow Test
pnpm install
pnpm run dev

Playwright MCP

open https://github.com/microsoft/playwright-mcp page

MCP 등록하기

{
 "mcpServers": {
 "playwright": {
 "command": "npx",
 "args": [
 "@playwright/mcp@latest",
 "--vision"
 ]
 }
 }
}

MCP 실행을 위한 프롬프트 예시

Prompt 1 : localhost:5173 페이지를 열어서 테스트를 하면 좋은 케이스를 3개만 확인해줘
Prompt 2 : 너가 확인한 3개의 테스트를 진행해줘
Prompt 3 : 테스트를 기반으로 playwright 코드를 작성해줘

Playwright Chrome Extension

Playwright CRX : https://chromewebstore.google.com/detail/playwright-crx/jambeljnbnfbkcpnoiaedcabbgmnnlcd

워크숍 슬라이드

open ./e2e-workshop-slides.html

워크숍 상세내용

open ./workshop-guide.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /