This project is a TypeScript-based implementation using Playwright, a powerful library to automate and test web browsers.
Before you begin, ensure you have met the following requirements:
- Node.js installed (version 18 or above)
- npm (Node Package Manager) installed
- Basic knowledge of TypeScript
To install the dependencies, follow these steps:
npm install
npx playwright install --with-deps
This will install Playwright and the necessary browser binaries.
To run tests, use the following command:
npx playwright test