digdug-null-sauce-labs-tunnel
v1.0.5
Published
Sauce Labs Tunnel with fixed proxy behind authentication.
Downloads
13
Maintainers
Readme
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
- Install as npm dependency:
npm install digdug-null-sauce-labs-tunnel --save
- 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