Multiple Tunnels
It is possible to run up to 3 simultaneous tunnels.
Either you run multiple tunnels with your own account, or you're a sub-account of a team where other colleagues have tunnels running as well.
To make it possible to go through a specific tunnel, you can use the
With this option you simply pass an identifier as string.
For example:
--tunnel-identifier option with the tunnel's commandline options. With this option you simply pass an identifier as string.
For example:
Copy
java -jar testingbot-tunnel.jar key secret --tunnel-identifier myTunnel Now you or your team members can use this specific tunnel in your tests:
Copy
{ "browserName":"firefox", "version":"latest", "platform":"WIN10", "tunnel-identifier":"myTunnel" }