playwright-ts-lib is a TypeScript library that provides reusable helper methods for the Playwright Library. It aims to simplify common tasks and enhance the efficiency of automated testing workflows.
To install the library, run the following command:
npm install vasu-playwright-utilsHere's a simple example of how you can use the library:
import { click, fill } from 'vasu-playwright-utils';
// Your code hereIf you encounter any issues or have feedback, please Raise an Issue on GitHub.
We welcome contributions! Feel free to submit a Pull Request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.