Automation/Playwright

Playwright

c29130811 2024. 6. 25. 11:48

https://playwright.dev/

 

Fast and reliable end-to-end testing for modern web apps | Playwright

Cross-browser end-to-end testing for modern web apps

playwright.dev

 

Microsoft에서 개발한 브라우져 테스트 및 웹 스크래핑을 위한 라이브러리

https://npmtrends.com/cypress-vs-playwright

 

npm trends에서 많이 올라왔는데, 개인적으로는 webkit 지원이 제일 크지않나 싶다.

아직도 cypress는 webkit이 실험중이기도 하고...

 

Launching Browsers | Cypress Documentation

When you run tests in Cypress, we launch a browser for you. This enables us to:

docs.cypress.io

 

여튼 개인적으로 cypress 선호했으나, web 자동화 관련해서 webkit도 봐야하는 상황이다보니,

 

playwright 세팅한걸 기록남겨보고자 한다.

 

이제 시작

728x90

'Automation > Playwright' 카테고리의 다른 글

--grep @smoke  (0) 2024.08.25
toHaveScreenshot  (0) 2024.08.01
Fixtures  (2) 2024.07.24
Playwright - Page Object Model  (0) 2024.06.29