lantern-test

0.0.1-1 • Public • Published

lantern-test

Quick Start

lantern-test works on OS X and Windows.

Requires nodejs

git clone https://github.com/getlantern/lantern-test.git
cd lantern-test
npm install
./lantern-test.js <username> <password>

Usage

This program tests a freshly installed Lantern to make sure that it can be set
up and proxy traffic to blocked websites.

Usage: node ./lantern-test.js username password

Options:
  --username  The Lantern username                                    [required]
  --password  The Lantern password                                    [required]

Missing required arguments: username, password

Vagrant Support

lantern-test includes a Vagrantfile that allows you to spool up a VM and run the tests in fully automated fashion.

In order to run this, you will need to add the following file:

vagrants/scripts/run_lantern_test.bat

This file should contain the following command:

lantern-test --username <username> --password <password>

Replace and with the credentials of a real Lantern user.

Then:

cd vagrant
vagrant up

Readme

Keywords

none

Package Sidebar

Install

npm i lantern-test

Weekly Downloads

0

Version

0.0.1-1

License

BSD

Last publish

Collaborators

  • ox