Saucedemo Playwright Tests A simple project to demonstrate the use of Playwright for end-to-end automation of the main functionalities for the SauceDemo website Setup Prerequisites NodeJS Playwright How to run To run all tests npm run test To run all tests (in headed mode) npm run test:headed To show report of the tests npm run test:report