# Playwright 1.22.0, React/Vue/Svelte 컴포넌트 테스트 가능

> Clean Markdown view of GeekNews topic #6594. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6594](https://news.hada.io/topic?id=6594)
- GeekNews Markdown: [https://news.hada.io/topic/6594.md](https://news.hada.io/topic/6594.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-05-22T09:26:01+09:00
- Updated: 2022-05-22T09:26:01+09:00
- Original source: [github.com/microsoft](https://github.com/microsoft/playwright/releases/tag/v1.22.0)
- Points: 9
- Comments: 3

## Topic Body

- Playwright Test 로 웹 컴포넌트 테스트   
  - 모든 기능(병렬화, 에뮬레이션, 디버깅 등) 사용 가능   
  - React, Vue.js, Svelte 지원   
  - 컴포넌트 테스트용 index.html을 자동 생성  
  - 브라우저가 실제로 로딩하고, 테스트는 Node.js에서 실행  
  - Vite 사용  
- .toHaveScreenshot() assert 추가   
- ARIA role/attr 등으로 선택 가능

## Comments



### Comment 10108

- Author: joone
- Created: 2022-05-24T01:41:05+09:00
- Points: 1

역시 경쟁은 좋은거네요. Puppeteer 쓰고 있는데,  언제 Playwright로 갈아탈까 고민 중입니다.

### Comment 10090

- Author: twince
- Created: 2022-05-22T14:02:19+09:00
- Points: 1

버전이 1.2.2가 아니라 1.22.0 이네요

### Comment 10091

- Author: xguru
- Created: 2022-05-22T14:13:09+09:00
- Points: 2
- Parent comment: 10090
- Depth: 1

앗 고맙습니다. 수정했습니다
