1.0.0 • Published 10 months ago

playwright_framework_automation v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

What is this?

A playwright automation comman framework

Installation

Run npm i playwright_framework_automation

use:

import rng from `playwright_framework_automation';

rng(5,10);

Parameters

The Random Number Generator accepts two parameters, min and max values.

By default min is set to 0 and max is set to 100.

1.0.0

10 months ago