Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9aa9d6bc1d 
							
						 
					 
					
						
						
							
							feat(downloads): accept downloads in persistent, allow specifying the downloadsPath ( #2503 )  
						
						
						
						
					 
					
						2020-06-08 21:45:35 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d980ed7e7e 
							
						 
					 
					
						
						
							
							chore: introduce Progress concept ( #2350 )  
						
						... 
						
						
						
						A progress roughly corresponds to an api call. It is used:
- to collect logs related to the call;
- to handle timeout;
- to provide "cancellation token" behavior so that cancelable process can either
  early-exit with progress.throwIfCanceled() or race against it with progress.race();
- to ensure resources are disposed in the case of a failure
  with progress.cleanupWhenCanceled();
- (possibly) to log api calls if needed;
- (in the future) to augment async stacks. 
						
						
					 
					
						2020-05-29 14:39:34 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46508c6b87 
							
						 
					 
					
						
						
							
							test: try to unflake one more cookie test ( #2381 )  
						
						
						
						
					 
					
						2020-05-27 22:17:42 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d532cd5d9f 
							
						 
					 
					
						
						
							
							test: fix cookie tests on WebKit ( #2359 )  
						
						... 
						
						
						
						WebKit does not allow third party cookies. 
						
						
					 
					
						2020-05-26 10:22:53 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79ec3c916e 
							
						 
					 
					
						
						
							
							test: unflake more cookie tests ( #2346 )  
						
						
						
						
					 
					
						2020-05-22 17:20:42 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aae3f1e75d 
							
						 
					 
					
						
						
							
							feat(default context): support selected options for default context ( #2177 )  
						
						
						
						
					 
					
						2020-05-21 15:13:16 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							08d713973e 
							
						 
					 
					
						
						
							
							test: add third party cookies test ( #2073 )  
						
						
						
						
					 
					
						2020-05-04 09:14:42 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							62a493ecbd 
							
						 
					 
					
						
						
							
							chore(test): move more test options to state ( #1761 )  
						
						... 
						
						
						
						This reduces the number of globals and allows to configure more options dynamically. 
						
						
					 
					
						2020-04-12 22:19:26 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ade9d23c28 
							
						 
					 
					
						
						
							
							test: remove module.export.describe wrapper ( #1716 )  
						
						
						
						
					 
					
						2020-04-08 15:19:09 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0c8fbf1a6 
							
						 
					 
					
						
						
							
							test: put test runner api on global, remove unused parameters ( #1684 )  
						
						
						
						
					 
					
						2020-04-07 08:10:31 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9aa56a6b9e 
							
						 
					 
					
						
						
							
							api(browserType): remove devices, errors ( #1368 )  
						
						
						
						
					 
					
						2020-03-12 17:58:00 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cfd3ae25fb 
							
						 
					 
					
						
						
							
							api(addCookies): setCookies -> addCookies ( #1367 )  
						
						... 
						
						
						
						#1348  
					
						2020-03-12 17:32:33 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b43f33f4d3 
							
						 
					 
					
						
						
							
							api(review): misc changes to API. ( #1356 )  
						
						
						
						
					 
					
						2020-03-11 18:10:48 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							401a916732 
							
						 
					 
					
						
						
							
							test(webkit): uncomment clearCookies test w/ right expectations  
						
						
						
						
					 
					
						2020-03-10 20:06:29 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1ef0c8694 
							
						 
					 
					
						
						
							
							fix(wk,ff): properly support getting and setting non-session cookies ( #1280 )  
						
						
						
						
					 
					
						2020-03-07 08:41:57 -08:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
						
						
							
						
						
							e604acd5fa 
							
						 
					 
					
						
						
							
							test: disable flaky test on WebKit  
						
						
						
						
					 
					
						2020-03-06 15:24:26 -08:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c03e8b7946 
							
						 
					 
					
						
						
							
							chore(tests): add types for tests ( #915 )  
						
						... 
						
						
						
						I enabled vscode autocomplete in our test files. Typechecking had too many errors to enable, but it caught some real bugs that I will fix in a follow up.
This patch contains:
* `test/types.d.ts` - d.ts file for our test runner.
* `test/tsconfig.json` - typescript project for our tests.
* JSDoc header in all specs to mark the describe as a TestSuite
* Drive-by fix of a launcher test that was using `if` instead of `it`
* Some drive-by fixes of unimpactful typos in tests. 
						
						
					 
					
						2020-02-10 13:20:13 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84f5700294 
							
						 
					 
					
						
						
							
							feat(api): rename browserContext() to context() in the apis, remove url from newPage ( #906 )  
						
						
						
						
					 
					
						2020-02-10 10:41:45 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55b6fe241e 
							
						 
					 
					
						
						
							
							feat(launch): introduce client, server & persistent launch modes (3) ( #854 )  
						
						
						
						
					 
					
						2020-02-05 16:36:36 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2ab645e63 
							
						 
					 
					
						
						
							
							feat(launch): introduce client, server & persistent launch modes (2) ( #840 )  
						
						
						
						
					 
					
						2020-02-05 12:41:55 -08:00 
						 
				 
			
				
					
						
							
							
								Darío Kondratiuk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a65bf4179f 
							
						 
					 
					
						
						
							
							test(browsercontext): cookies() is a BrowserContext function ( #741 )  
						
						
						
						
					 
					
						2020-01-29 09:39:43 -08:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
						
						
							
						
						
							a7f3490e48 
							
						 
					 
					
						
						
							
							feat(testrunner): implement "dit" command ( #312 )  
						
						
						
						
					 
					
						2019-12-19 16:47:35 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d570fc7809 
							
						 
					 
					
						
						
							
							feat: further strip the browser api ( #304 )  
						
						
						
						
					 
					
						2019-12-18 18:07:11 -08:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
						
						
							
						
						
							8cc682c7b8 
							
						 
					 
					
						
						
							
							feat(testrunner): allow focusing all tests in a file  
						
						... 
						
						
						
						With this change, exporting a "fdescribe" function from a file
will focus all tests inside the file. 
						
						
					 
					
						2019-12-18 17:13:39 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d0dfd0abf 
							
						 
					 
					
						
						
							
							feat(context): start moving overrides to the context level  
						
						
						
						
					 
					
						2019-12-18 12:23:33 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							f37d9bfe95 
							
						 
					 
					
						
						
							
							test: extract chromium-specific connect tests  
						
						
						
						
					 
					
						2019-12-10 13:28:50 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							505c9e3660 
							
						 
					 
					
						
						
							
							test: uncomment more cookies tests  
						
						
						
						
					 
					
						2019-12-02 17:02:33 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							64d3e83ddf 
							
						 
					 
					
						
						
							
							chrome(filechooser): align file chooser implementations ( #88 )  
						
						
						
						
					 
					
						2019-11-26 14:29:21 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							9ba375c063 
							
						 
					 
					
						
						
							
							Initial commit  
						
						
						
						
					 
					
						2019-11-19 10:58:15 -08:00