@maxmellon/pupperium-cli
TypeScript icon, indicating that this package has built-in type declarations

0.9.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @maxmellon/pupperium-cli

Weekly Downloads

2

Version

0.9.0

License

apache-2.0

Unpacked Size

358 kB

Total Files

35

Last publish

Collaborators

  • maxmellon