🎭 Playwright Test automation project for testing saucedemo.com Getting started Before you follow the steps below, make sure you have the Node.js installed globally only your system Install all the necessary dependency using npm : npm install Run the test npm run test or npx playwright test Generate the report npm run report or npx playwright show-report