vasu31dev / playwright-ts-lib

Reusable Helper methods for Playwright Library in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playwright TypeScript Utility Functions Library

GitHub stars Last Commit Pull Requests

About

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.

Table of Contents

Installation

To install the library, run the following command:

npm install vasu-playwright-utils

Usage

Here's a simple example of how you can use the library:

import { LOADSTATE } from 'vasu-playwright-utils';

// Your code here

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support and Feedback

If you encounter any issues or have feedback, please create an issue on GitHub.

About

Reusable Helper methods for Playwright Library in Typescript

License:MIT License


Languages

Language:TypeScript 97.0%Language:JavaScript 3.0%Language:Shell 0.0%