Playwright with Javascript | Installation | Part 2



Playwright with Javascript | Installation | Part 2

Playwright with Javascript | Installation | Part 2

#playwright#javascript

Playwright installation
——————-
1) Nodejs
2) VS Code Editor
3) Create project folder and open it in VSCode

4) Install playwright using terminal
npm init playwright@latest

package.json — node project management file
playwright.config.js — playwright configuration
tests — we can all teh playwright tests

npm playwright -v — return installed version of playwright.

5) install playwright using vs code extension

Run the playwright test
———–
npx playwright test
npx playwright test –headed

HTML report
————-
npx playwright show-report

————————————————————————————————
Udemy Courses:
—————————————————————————————————
Manual Testing+Agile with Jira Tool
https://bit.ly/3EGoWpE

Selenium with Java+Cucumber
https://bit.ly/3Fc64R1

Selenium with Python & PyTest
https://bit.ly/3udHyZ6

Selenium with python using Robot framework
https://bit.ly/3ENgIfk

API Testing(Postman, RestAssured & SoapUI)
https://bit.ly/3OLD4Tl

Web Automation using Cypress with Javascript
https://bit.ly/3AT9Z2e

Jmeter-Performance Testing
https://bit.ly/3ubT7QN

SDET Essencials(Full Stack QA)
https://bit.ly/3GTRK0w

Appium-Mobile Automation Testing
https://bit.ly/3F9D6kp

Java Collections
https://bit.ly/3VhcljS

Java Programming
https://bit.ly/3VDlXVF

Cucumber BDD Framework
https://bit.ly/3F7d69r

Protractor with Javascript
https://bit.ly/3FcG6Ng

Comments are closed.