npm install // install's the development dependencies
npm install playwright // Install's the required web drivers
For running tests go to /tests
folder to see the example codes
// Running single browser test
node singleBrowserTest.js
// Running multi browser test
node multiBrowserTest.js
// Running Geolocation browser test for mobiles
node geolocationTest.js
For documentation available at (https://playwright.dev)