JSPM

  • Created
  • Published
  • Downloads 169242
  • Score
    100M100P100Q192819F
  • License SEE LICENSE IN LICENSE

Package Exports

  • @applitools/execution-grid-tunnel
  • @applitools/execution-grid-tunnel/scripts/run-execution-grid-tunnel.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@applitools/execution-grid-tunnel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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