New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

pprunner

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pprunner

[puppeteer](https://github.com/GoogleChrome/puppeteer) runner.

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

pprunner

puppeteer runner.

npm version Greenkeeper badge

Getting Started

Prerequisites

  • Node.js v8+
  • npm or yarn

Installing

$ yarn global add pprunner

Options

$ pprunner --help
Usage: pprunner [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 pprunner 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 pprunner -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 23 May 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