This project showcases automated testing using Playwright.
Getting Started
- Clone the repository to your local machine.
- Install Node.js on your system.
- Open a terminal and navigate to the project directory.
- Run
npm install
to install project dependencies.
- Create Playwright test scripts.
- Run tests using
npm test
.
For more detailed information, refer to the project's README file.