| 
				
			 | 
			
			
				@@ -46,24 +46,24 @@ function e2e() { 
			 | 
		
	
		
			
			| 
				46
			 | 
			
				46
			 | 
			
			
				     shellUtils.exec.execSyncSilent(`watchman watch-del-all || true`); 
			 | 
		
	
		
			
			| 
				47
			 | 
			
				47
			 | 
			
			
				     shellUtils.exec.kill(`detox-server`); 
			 | 
		
	
		
			
			| 
				48
			 | 
			
				48
			 | 
			
			
				     shellUtils.exec.exec(`./node_modules/.bin/detox-server > ./detox-server.log 2>&1`); 
			 | 
		
	
		
			
			| 
				49
			 | 
			
				
			 | 
			
			
				-    const detoxAppBuildPath = `ios/DerivedData/playground/Build/Products/${release ? 'Release' : 'Debug'}_Detox-iphonesimulator/playground.app`; 
			 | 
		
	
		
			
			| 
				50
			 | 
			
				
			 | 
			
			
				- 
			 | 
		
	
		
			
			| 
				51
			 | 
			
				
			 | 
			
			
				-    shellUtils.exec.execSync(`detoxAppBuildPath="${detoxAppBuildPath}"  
			 | 
		
	
		
			
			| 
				52
			 | 
			
				
			 | 
			
			
				-                              BABEL_ENV=test 
			 | 
		
	
		
			
			| 
				53
			 | 
			
				
			 | 
			
			
				-                              ./node_modules/mocha/bin/mocha e2e  
			 | 
		
	
		
			
			| 
				54
			 | 
			
				
			 | 
			
			
				-                                --timeout 120000  
			 | 
		
	
		
			
			| 
				55
			 | 
			
				
			 | 
			
			
				-                                --recursive 
			 | 
		
	
		
			
			| 
				56
			 | 
			
				
			 | 
			
			
				-                                --compilers js:babel-register`); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				49
			 | 
			
			
				+    //const detoxAppBuildPath = `ios/DerivedData/playground/Build/Products/${release ? 'Release' : 'Debug'}_Detox-iphonesimulator/playground.app`; 
			 | 
		
	
		
			
			| 
				
			 | 
			
				50
			 | 
			
			
				+    // 
			 | 
		
	
		
			
			| 
				
			 | 
			
				51
			 | 
			
			
				+    //shellUtils.exec.execSync(`detoxAppBuildPath="${detoxAppBuildPath}" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				52
			 | 
			
			
				+    //                          BABEL_ENV=test 
			 | 
		
	
		
			
			| 
				
			 | 
			
				53
			 | 
			
			
				+    //                          ./node_modules/mocha/bin/mocha e2e 
			 | 
		
	
		
			
			| 
				
			 | 
			
				54
			 | 
			
			
				+    //                            --timeout 120000 
			 | 
		
	
		
			
			| 
				
			 | 
			
				55
			 | 
			
			
				+    //                            --recursive 
			 | 
		
	
		
			
			| 
				
			 | 
			
				56
			 | 
			
			
				+    //                            --compilers js:babel-register`); 
			 | 
		
	
		
			
			| 
				57
			 | 
			
				57
			 | 
			
			
				   } finally { 
			 | 
		
	
		
			
			| 
				58
			 | 
			
				
			 | 
			
			
				-    shellUtils.exec.execSync(`./scripts/detoxDebugFix.rb`); 
			 | 
		
	
		
			
			| 
				59
			 | 
			
				
			 | 
			
			
				-    shellUtils.exec.kill(`detox-server`); 
			 | 
		
	
		
			
			| 
				60
			 | 
			
				
			 | 
			
			
				-    if (release) { 
			 | 
		
	
		
			
			| 
				61
			 | 
			
				
			 | 
			
			
				-      shellUtils.exec.kill(`Simulator`); 
			 | 
		
	
		
			
			| 
				62
			 | 
			
				
			 | 
			
			
				-      shellUtils.exec.kill(`CoreSimulator`); 
			 | 
		
	
		
			
			| 
				63
			 | 
			
				
			 | 
			
			
				-    } 
			 | 
		
	
		
			
			| 
				64
			 | 
			
				
			 | 
			
			
				-    shellUtils.exec.execSync(`cat ./detox-server.log`); 
			 | 
		
	
		
			
			| 
				65
			 | 
			
				
			 | 
			
			
				-    shellUtils.exec.execSync(`rm -f ./detox-server.log`); 
			 | 
		
	
		
			
			| 
				66
			 | 
			
				
			 | 
			
			
				-    shellUtils.exec.execSync(`sleep 5`); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				58
			 | 
			
			
				+    //shellUtils.exec.execSync(`./scripts/detoxDebugFix.rb`); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				59
			 | 
			
			
				+    //shellUtils.exec.kill(`detox-server`); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				60
			 | 
			
			
				+    //if (release) { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				61
			 | 
			
			
				+    //  shellUtils.exec.kill(`Simulator`); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				62
			 | 
			
			
				+    //  shellUtils.exec.kill(`CoreSimulator`); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				63
			 | 
			
			
				+    //} 
			 | 
		
	
		
			
			| 
				
			 | 
			
				64
			 | 
			
			
				+    //shellUtils.exec.execSync(`cat ./detox-server.log`); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				65
			 | 
			
			
				+    //shellUtils.exec.execSync(`rm -f ./detox-server.log`); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				66
			 | 
			
			
				+    //shellUtils.exec.execSync(`sleep 5`); 
			 | 
		
	
		
			
			| 
				67
			 | 
			
				67
			 | 
			
			
				   } 
			 | 
		
	
		
			
			| 
				68
			 | 
			
				68
			 | 
			
			
				 } 
			 | 
		
	
		
			
			| 
				69
			 | 
			
				69
			 | 
			
			
				  
			 |