1.0.5 • Published 7 years ago

digdug-null-sauce-labs-tunnel v1.0.5

Weekly downloads
23
License
-
Repository
github
Last release
7 years ago

digdug-null-sauce-labs-tunnel

About

Sauce Labs Tunnel with fixed proxy behind authentication.

Unfortunately official intern Sauce Labs tunnel does not work nice when computer is behind proxy with authentication - this tunnel can be used as a workaround. See also below intern bugs:

It is a mix of official digdug "NullTunnel.js" and "SauceLabsTunnel.js" with some custom code added.

Usage

  1. Install as npm dependency:

    npm install digdug-null-sauce-labs-tunnel --save
  2. Use custom tunnel in intern config as below:

    {
    	"tunnel": "dojo/node!digdug-null-sauce-labs-tunnel/lib/NullSauceLabsTunnel"
    }

Compatibility with intern

Confirmed to be compatible with intern 3.4.1