lighthouse-userflow-executor

1.1.0 • Public • Published

lighthouse-userflow-executor

This project executes user-flow scripts and generates reports for it

Usage

Installation

>> npm install lighthouse-userflow-executor

CLI Usage

>> lighthouse-userflow-executor --help

Usage: performance-automation-tool [options] [command]

Utility to execute performance scripts/assertions and generate reports for the same

Options:
-V, --version       output the version number
-h, --help          display help for command

Commands:
generate [options]
help [command]      display help for command

>> lighthouse-userflow-executor generate --help

Usage: performance-automation-tool generate [options]

Options:
-ts, --test-specs <Path/String>  Specify the path to test execution json or url to site to test (default:
                                "https://google.com/")
-c, --config [Path]              Specify the path to puppeteer instance config
-o, --output <Path>              Specify the Output directory for html and json reports (default:
                                "./performanceReports")
-w, --workers <Number>           Specify number of workers to be used to execute the test run (default: true)
-h, --help                       display help for command

## Run the command below, that will generate a performace report in performanceReports folder with default configs
>> lighthouse-userflow-executor generate

Sorry but README is underconstruction!!

Package Sidebar

Install

npm i lighthouse-userflow-executor

Weekly Downloads

3

Version

1.1.0

License

ISC

Unpacked Size

1.5 MB

Total Files

13

Last publish

Collaborators

  • _mayur_galande_