Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@maxmellon/pupperium-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxmellon/pupperium-cli

[puppeteer](https://github.com/GoogleChrome/puppeteer)/[selenium](https://www.seleniumhq.org) runner.

latest
Source
npmnpm
Version
0.9.0
Version published
Maintainers
1
Created
Source

pupperium

puppeteer/selenium runner.

Getting Started

Prerequisites

  • Node.js v8+
  • npm or yarn

Installing

$ yarn global add @pupperium/cli

Options

$ pupperium --help
Usage: pupperium [options]

Options:
  -V, --version                   output the version number
  -p, --path <caseDir>            cases root dir
  -i, --image-dir <imgDir>        screehshots dir
  -e, --extension-dir <exDir>     extensions dir
  -t, --target <targetScenarios>  target scenario names (comma delimited)
  -h, --disable-headless          disable headless mode
  -h, --help                      output usage information
  -b, --browser                   browser type (default puppeteer)

selenium-webdriver

You can also run pupperium on Internet Explorer 11 using selenium-webdriver.

Please run and connect a selenium-standalone-server.

 SELENIUM_REMOTE_URL=http://${selenium-server-host}:4444/wd/hub pupperium -b ie -p ${caseDir} -i ${imageDir}

License

This project is licensed under the Apache License 2.0 License - see the LICENSE file for details

FAQs

Package last updated on 08 Oct 2019

Did you know?

Socket

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.

Install

Related posts