mirror of
				https://github.com/videojs/video.js.git
				synced 2025-10-31 00:08:01 +02:00 
			
		
		
		
	I've got a way to run tests across every browser and device out there except for IE8, and IE8 should work except I'm running into a Browserstack bug that I've let them know about. It uses a project called bunyip, which internallt uses Yeti (YUI), Pagekite, and Browserstack. Next steps include: - Making it all automatic. Right now you have to wait for browsers to connect and then manually hit enter when they have. - Make it a grunt task - Document it all so others can use it I think this is close enough for me to close the milestone 4.0 issue.
		
			
				
	
	
		
			38 lines
		
	
	
		
			533 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			533 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| [
 | |
|   {
 | |
|     "os": "win",
 | |
|     "browser": "chrome",
 | |
|     "version": "27.0"
 | |
|   },
 | |
|   {
 | |
|     "os": "win",
 | |
|     "browser": "firefox",
 | |
|     "version": "20.0"
 | |
|   },
 | |
|   {
 | |
|     "os": "win",
 | |
|     "browser": "ie",
 | |
|     "version": "9.0"
 | |
|   },
 | |
|   {
 | |
|     "os": "win",
 | |
|     "browser": "ie",
 | |
|     "version": "10.0"
 | |
|   },
 | |
|   {
 | |
|     "os": "ios",
 | |
|     "device": "iPhone 5",
 | |
|     "version": "6.0"
 | |
|   },
 | |
|   {
 | |
|     "os": "ios",
 | |
|     "device": "iPad 3rd (6.0)",
 | |
|     "version": "6.0"
 | |
|   },
 | |
|   {
 | |
|     "os": "android",
 | |
|     "device": "Samsung Galaxy Tab 2 10.1",
 | |
|     "version": "4.0"
 | |
|   }
 | |
| ]
 |