mirror of
				https://github.com/ether/etherpad-lite.git
				synced 2025-11-04 10:11:33 +01:00 
			
		
		
		
	Make sauce sessions public
This commit is contained in:
		
							parent
							
								
									a5870b94df
								
							
						
					
					
						commit
						8d6dbd2bf6
					
				@ -16,6 +16,8 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
 | 
				
			|||||||
  var browserChain = browser.chain();
 | 
					  var browserChain = browser.chain();
 | 
				
			||||||
  var name = process.env.GIT_HASH + " - " + testSettings.browserName + " " + testSettings.version + ", " + testSettings.platform;
 | 
					  var name = process.env.GIT_HASH + " - " + testSettings.browserName + " " + testSettings.version + ", " + testSettings.platform;
 | 
				
			||||||
  testSettings.name = name;
 | 
					  testSettings.name = name;
 | 
				
			||||||
 | 
					  testSettings["public"] = true;
 | 
				
			||||||
 | 
					  testSettings["build"] = process.env.GIT_HASH;
 | 
				
			||||||
  console.log("Remote sauce test '" + name + "' started!");
 | 
					  console.log("Remote sauce test '" + name + "' started!");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  browserChain.init(testSettings).get("http://localhost:9001/tests/frontend/", function(){
 | 
					  browserChain.init(testSettings).get("http://localhost:9001/tests/frontend/", function(){
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user