{
    "username": "BROWSERSTACK_USERNAME",
    "key": "BROWSERSTACK_KEY",
    "test_path": "test/test.html",
    "test_framework": "jasmine",
    "timeout": 120,
    "browsers": [
    	"chrome_latest",
    	"firefox_latest",
    	"safari_latest",
    	"opera_latest",
    	"ie_6",
    	"ie_7",
    	"ie_8",
    	"ie_9",
    	"ie_10",
    	"ie_11",
    	"firefox_3_6",
    	{
			"os": "android",
			"os_version": "2.3",
			"device": "Samsung Galaxy S II"
		},
   		{
			"os": "android",
			"os_version": "4.2",
			"device": "LG Nexus 4"
		},
		{
			"os": "ios",
			"os_version": "7.0",
			"device": "iPad 3rd (7.0)"
		}
     ]
}
