Features

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 --tunnel-identifier option with the tunnel's commandline options.
With this option you simply pass an identifier as string.
For example:
java -jar testingbot-tunnel.jar key secret --tunnel-identifier myTunnel

Now you or your team members can use this specific tunnel in your tests:

{
	"browserName":"firefox", 
	"version":"latest", 
	"platform":"WIN10", 
	"tunnel-identifier":"myTunnel"
}