Socket
Socket
Sign inDemoInstall

@applitools/execution-grid-tunnel

Package Overview
Dependencies
93
Maintainers
57
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/execution-grid-tunnel

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


Version published
Maintainers
57
Weekly downloads
184,011
increased by3.29%

Weekly downloads

Readme

Source

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

Keywords

FAQs

Last updated on 07 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc