1.0.1 • Published 5 years ago

gemini-localtunnel v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

gemini-localtunnel

A plugin for Gemini that allows standalone Selenium Sever (or another compatible solution like Selenoid) to access your local web-server.

Useful for cases when tests can be started from various sources (several CI-agents and developer workstations) that are placed in different networks and behind NATs/firewalls.

Supposed to be used in pair with gemini-express, gemini-ecstatic or another solution that starts/stops web-server on test runs.

Installation

yarn add --dev gemini-localtunnel
npm install --save-dev gemini-localtunnel

Configuration

Minimal example

.gemini.js

module.exports = {
  plugins: {
    'gemini-localtunnel': {
      port: 8080
    }
  }
}

Options

ParameterAliasRequiredDescription
portlocalPortYesLocal web-server port you want to share
subdomaindesiredSubdomainNoA subdomain you want to get in your tunnel URL
hosttunnelHostNoAn address of your localtunnel-server
1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-beta.1

5 years ago