Testing doesn’t need to be hard, and it doesn’t need to suffer from the problems of the past.
playwright-helper
is a typescript library that provide resuable helper methods for the Playwright
library.
It aims to simplify common tasks and enhance the efficiency of automation testing workflows.
To install the library, run the following command
npm install vikas-playwright-helper
To check which software needs updates: npx npm-check-updates -u
To update your software: npm install
TODO: Explain how other users and developers can contribute to make your code better.