🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@applitools/eg-tunnel

Package Overview
Dependencies
Maintainers
34
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@applitools/eg-tunnel

Allows user to run tests with eg-browser and navigate to private hosts and ips

unpublished
latest
Source
npmnpm
Version
1.0.28
Version published
Maintainers
34
Created
Source

eg-tunnel

Allows user to run tests with eg-browser and navigate to private hosts and ips

Installing

  • This package is meant to be used as a binary. You can download the latest version here: https://applitools.jfrog.io/ui/native/execution-grid/eg-tunnel/latest/

Don't forget to give execute permissions to the file !

  • Alternatively, you can import it and create the app (see below), passing it the configuration as defined below.
npm install @applitools/eg-tunnel

Using the package to run eg-tunnel

const startEgTunnel = require('@applitools/eg-tunnel')

const cleanupFunction = startEgTunnel()

Environment Variable

  • APPLITOOLS_EG_TUNNEL_PORT - The port of eg-tunnel service (by default, the service listens to a random port)
  • APPLITOOLS_EG_TUNNEL_MANAGER_URL - eg-tunnel-manager-url (https://exec-wus.applitools.com)
  • APPLITOOLS_EG_TUNNEL_MIN_PORT_RANGE - min port
  • APPLITOOLS_EG_TUNNEL_MAX_PORT_RANGE - max port

Keywords

applitools

FAQs

Package last updated on 16 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts