Load the browserstack.com local tunnel with a .bat file

We are using browserstack.com for our testing on the current project – real IE8 is very different to IE8+ in IE8 mode

Anyway I am lazy (efficient) so I created a batch file to run and create the local tunnel. Take the following and add it to a .bat file (windows only of course) and run it when you are logged into the browser stack – this may change based on your JRE install path

bs2

 

cd C:\Program Files (x86)\Java\jre7\bin
java -jar BrowserStackTunnel.jar *YOURKEYHERE* your.localserver.com,80,0 -force

 

bs1

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s