@applitools/execution-grid-tunnel

v1.0.6
Allows user to run tests with exection-grid and navigate to private hosts and ips
applitools nodejs javascript

execution-grid-tunnel

Allows user to run tests with exection-grid and navigate to private hosts and ips

Installing

npm install @applitools/execution-grid-tunnel

Using the package to run execution-grid-tunnel

const startExecutionGridTunnel = require('@applitools/execution-grid-tunnel')

const {cleanupFunction, port} = startExecutionGridTunnel()

Environment Variable

  • APPLITOOLS_EG_TUNNEL_PORT - The port of execution-grid-tunnel service (by default, the service listens to a random port)
  • APPLITOOLS_EG_TUNNEL_MANAGER_URL - execution-grid-tunnel-manager-url (by default, https://exec-wus.applitools.com)
  • APPLITOOLS_EG_TUNNEL_MIN_PORT_RANGE - min port range
  • APPLITOOLS_EG_TUNNEL_MAX_PORT_RANGE - max port range
  • APPLITOOLS_EG_TUNNEL_MODE_ENV - if you want to see the logs on the screen set the value to 'development'
  • APPLITOOLS_EG_TUNNEL_LOG_LEVEL - Execution grid logs level
npm i @applitools/[email protected]

Metadata

Downloads