Comprehensive Project Documentation
This project is designed to demonstrate the capabilities of Playwright for end-to-end testing of web applications.
- Node.js (>= 12.x)
- npm (Node package manager)
- Clone this repository:
git clone https://github.com/arvindrtod1/playwrightPoc.git cd playwrightPoc - Install dependencies:
npm install
To run the tests, use the following command:
npx playwright testYou can generate test reports by running:
npx playwright show-reportIf you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.