DEV Community

WishInfinite
WishInfinite

Posted on

Playwright (TypeScript) - Installation of Playwright

Pre-Requisite required -

Visual Studio Code IDE - https://code.visualstudio.com/download
Node JS Installation - https://nodejs.org/en/download

Playwright Installation ways -
1- Using Playwright Extension
2- Using command npm init Playwright@latest
3- Manual installation (Where we Setup new npm project and install Playwright Test as dependency and browsers)

Top comments (0)