@applitools/execution-grid-tunnel
Version:
Allows user to run tests with exection-grid and navigate to private hosts and ips
12 lines (11 loc) • 500 B
JavaScript
module.exports = {
OFF: 'off', // Tunnel control is ready, but contorl.start is not called yet
INIT: 'init', // frpc process tries to connect the server
INIT_ERROR: 'init_error',
INIT_TIMEOUT_ERROR: 'init_timeout_error',
RUNNING: 'running', // The process connected to the server
RECONNECT: 'reconnect', // The process tries to reconnect to server after disconnect
ERROR: 'error',
STOPPING: 'stoping', // User asks to stop the tunnel
STOPPED: 'stopped', // The process is stopped
}