| 
									
										
										
										
											2017-01-27 00:20:51 -08:00
										 |  |  | // Protractor configuration file, see link for more information
 | 
					
						
							|  |  |  | // https://github.com/angular/protractor/blob/master/lib/config.ts
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-20 19:05:40 -08:00
										 |  |  | const { SpecReporter } = require('jasmine-spec-reporter'); | 
					
						
							| 
									
										
										
										
											2017-01-27 00:20:51 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | exports.config = { | 
					
						
							|  |  |  |   allScriptsTimeout: 11000, | 
					
						
							|  |  |  |   specs: [ | 
					
						
							|  |  |  |     './e2e/**/*.e2e-spec.ts' | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   capabilities: { | 
					
						
							| 
									
										
										
										
											2017-02-03 17:44:34 +02:00
										 |  |  |     browserName: 'chrome', | 
					
						
							| 
									
										
										
										
											2017-02-20 19:05:40 -08:00
										 |  |  |     // For Travis
 | 
					
						
							| 
									
										
										
										
											2017-02-03 17:44:34 +02:00
										 |  |  |     chromeOptions: { | 
					
						
							|  |  |  |       binary: process.env.CHROME_BIN | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2017-01-27 00:20:51 -08:00
										 |  |  |   }, | 
					
						
							|  |  |  |   directConnect: true, | 
					
						
							|  |  |  |   baseUrl: 'http://localhost:4200/', | 
					
						
							| 
									
										
										
										
											2017-02-03 17:44:34 +02:00
										 |  |  |   framework: 'jasmine', | 
					
						
							| 
									
										
										
										
											2017-01-27 00:20:51 -08:00
										 |  |  |   jasmineNodeOpts: { | 
					
						
							|  |  |  |     showColors: true, | 
					
						
							|  |  |  |     defaultTimeoutInterval: 30000, | 
					
						
							|  |  |  |     print: function() {} | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   beforeLaunch: function() { | 
					
						
							|  |  |  |     require('ts-node').register({ | 
					
						
							| 
									
										
										
										
											2017-03-27 19:13:50 +03:00
										 |  |  |       project: 'e2e/tsconfig.e2e.json' | 
					
						
							| 
									
										
										
										
											2017-01-27 00:20:51 -08:00
										 |  |  |     }); | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2017-02-20 19:05:40 -08:00
										 |  |  |   onPrepare() { | 
					
						
							|  |  |  |     jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } })); | 
					
						
							| 
									
										
										
										
											2017-01-27 00:20:51 -08:00
										 |  |  |   } | 
					
						
							|  |  |  | }; |