digdug-null-sauce-labs-tunnel

Sauce Labs Tunnel with fixed proxy behind authentication.

Usage no npm install needed!

<script type="module">
  import digdugNullSauceLabsTunnel from 'https://cdn.skypack.dev/digdug-null-sauce-labs-tunnel';
</script>

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

  1. Install as npm dependency:
npm install digdug-null-sauce-labs-tunnel --save
  1. 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