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

totoro-driver

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

totoro-driver

Node browser driver for totoro.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
2
Created
Source

totoro-driver

Node test driver for totoro.

0. Features

  • Detect available browsers.
  • Open specified browser to run test.
  • Close specified browser when test finished or timeout.

Supported browsers

Both on mac and windows.

Be mind that all browsers must be installed in default path.

  • Chrome
  • Safari
  • Firefox
  • IE

1. Installation

Install From npm

npm install totoro-driver -g

Install From Github

to get the latest function

git clone git@github.com:totorojs/totoro-driver.git
cd totoro-driver
npm install -g

2. Quick Start

Link to totoro test server, and tell it a new availble chrome.

$ totoro-driver --server server.totorojs.org:9999 --browsers chrome

3. Cli Options

-s, --server

Totoro test server.

Default: server.totorojs.org:9999

-b, --browsers

Specify browsers to open.

Default: all available browsers on OS.

-d, --debug

Show debug log.

-v, --version

Output version number.

-h, --help

Output usage information.

Keywords

browser

FAQs

Package last updated on 05 Nov 2014

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