lighthouse-userflow-executor
v1.1.0
Published
This project executes user-flow scripts and generates reports for the userflow
Downloads
6
Maintainers
Readme
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!!