This repository contains test scripts for UI and API automation using the Playwright framework. The tests focus on essential principles like external data input, Page Object Model, HTML reporting, and cross-browser support.
- Clone this repository.
- Install Node.js and npm.
- Run
npm install
in the project directory.
- Verify successful user registration.
- Check unsuccessful login with an invalid password.
- Validate successful login with a valid password.
- Add 'Blue' products from an external file to the cart.
- Verify 'Blue' text in added products.
- Ensure no 'Yellow' text in added products.