Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
cyclop-cli
Advanced tools
CLI to run Lighthouse-CLI multiple times, get aggregated value, and generate a raw report for you.
# NPM
$ npm i -g cyclop-cli
# YARN
$ yarn add -g cyclop-cli
# PNPM
$ pnpm i -g cyclop-cli
$ cyclop-cli -v
# OR
$ cyclop-cli --version
$ cyclop-cli -h
# OR
$ cyclop-cli --help
$ cyclop-cli interactive
$ cyclop-cli test -u=YOUR_URL -d -n=3 -c=cookieA=valueA -c=cookieB=valueB
Argument | Alias | Description | Data Type | Default Value |
---|---|---|---|---|
--url | -u | URL to be tested | String | required |
--num | -n | Number do you want to run the job | Number | 1 |
--desktop | -d | Use desktop device instead of mobile | Boolean | false |
--show-ui | -ui | Show the browser UI when testing | Boolean | false |
--raw | -r | Generate raw report | Boolean | false |
--screenshot | -s | Take a screenshot using puppeteer | Boolean | false |
--cookie | -c | Additional cookies pair (key=value) | Array | empty |
$ cyclop-cli file ./config.json
The root path will refer to ./cyclop-cli-reports/{YOUR_CONFIG_FILE}
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
© 2019 {code} by Web Platform Team @ Tokopedia
FAQs
Cyclop CLI by Tokopedia Web Platform Team
The npm package cyclop-cli receives a total of 17 weekly downloads. As such, cyclop-cli popularity was classified as not popular.
We found that cyclop-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.