1.4.3 • Published 2 years ago

cyclop-cli v1.4.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Cyclop CLI

NPM Version Download

CLI to run Lighthouse-CLI multiple times, get aggregated value, and generate a raw report for you.

Installation

# NPM
$ npm i -g cyclop-cli

# YARN
$ yarn add -g cyclop-cli

# PNPM
$ pnpm i -g cyclop-cli

Usage

Version Check

$ cyclop-cli -v
# OR
$ cyclop-cli --version

Help Command

$ cyclop-cli -h
# OR
$ cyclop-cli --help

Interactive Command

$ cyclop-cli interactive

CLI Command

$ cyclop-cli test -u=YOUR_URL -d -n=3 -c=cookieA=valueA -c=cookieB=valueB

Available Arguments on CLI

ArgumentAliasDescriptionData TypeDefault Value
--url-uURL to be testedStringrequired
--num-nNumber do you want to run the jobNumber1
--desktop-dUse desktop device instead of mobileBooleanfalse
--show-ui-uiShow the browser UI when testingBooleanfalse
--raw-rGenerate raw reportBooleanfalse
--screenshot-sTake a screenshot using puppeteerBooleanfalse
--cookie-cAdditional cookies pair (key=value)Arrayempty

Use latest configuration

$ cyclop-cli file ./config.json

The root path will refer to ./cyclop-cli-reports/{YOUR_CONFIG_FILE}

Reports

The reports will be placed on cyclop-cl-reports directory.

It will produce several report:

# JSON report to be viewed in the Ligthouse report viewer
# View on: https://googlechrome.github.io/lighthouse/viewer/
- raw-report-2021-06-04T03:23:52.038Z.json

# Screenshots, to check the UI crawled by cyclop-cli
- screenshot-mobile-www.tokopedia.com--2021-06-04T03:23:30.967Z.png

# Aggregated summary in CSV and JSON
- summary.csv
- summary.json

CSV Report

Maintainers


© 2019 {code} by Web Platform Team @ Tokopedia

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago