links:: TAU Course Playwright with JavaScript by Ixchel Meza MOC

Chapter 1.2 - Installing Playwright

Chapter 1.2 - Installing Playwright

npm --version
node -v

Open VSCode

run terminal

Skip questions and init package

npm init -y

Install playwright

npm i -D playwright