Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a41836b1f1 
							
						 
					 
					
						
						
							
							chore(testrunner): introduce TestRun ( #1582 )  
						
						
						
						
					 
					
						2020-03-28 14:25:57 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b85ab891a1 
							
						 
					 
					
						
						
							
							chore(testrunner): make most modifiers external ( #1581 )  
						
						
						
						
					 
					
						2020-03-28 08:49:00 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2d72b3d95 
							
						 
					 
					
						
						
							
							test: enable flaky worker tests on Firefox ( #1548 )  
						
						... 
						
						
						
						Drive-by: remove dead websocket test. 
						
						
					 
					
						2020-03-25 22:46:27 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e692dd6e62 
							
						 
					 
					
						
						
							
							api(cdp): rename ChromiumSession to CDPSession ( #1380 )  
						
						
						
						
					 
					
						2020-03-13 16:16:54 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0d7cb29329 
							
						 
					 
					
						
						
							
							test: continue running tests after crash, report crashes separately ( #1362 )  
						
						
						
						
					 
					
						2020-03-12 17:32:53 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1cd00bd068 
							
						 
					 
					
						
						
							
							feat(testrunner): allow filtering by name and show all focused tests ( #1354 )  
						
						
						
						
					 
					
						2020-03-11 18:30:43 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							92aa4f375a 
							
						 
					 
					
						
						
							
							test: stop sourceServer as well ( #1314 )  
						
						
						
						
					 
					
						2020-03-10 10:23:17 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
						
						
							
						
						
							adee9a9bd3 
							
						 
					 
					
						
						
							
							test: mark worker.url() API coverage as missing  
						
						... 
						
						
						
						References #1300  
						
						
					 
					
						2020-03-09 18:46:39 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							071ee06404 
							
						 
					 
					
						
						
							
							chore: normalize NPM scripts ( #1285 )  
						
						... 
						
						
						
						This patch:
- makes `npm run cunit/wunit/funit` and `npm run ctest/ftest/wtest` run
browser-specific tests only
- makes `npm run unit` and `npm run test` run *all* browser tests
- runs *all* our infrastructure tests as part of `npm run lint`
As a result, if there's one test to be tested across all three browsers,
you can focus it and do `npm run test`; 
						
						
					 
					
						2020-03-07 17:09:38 -08:00 
						 
				 
			
				
					
						
							
							
								Yohix 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfd32fe6d2 
							
						 
					 
					
						
						
							
							doc: fix typos ( #1284 )  
						
						
						
						
					 
					
						2020-03-07 08:37:47 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f9df9488e 
							
						 
					 
					
						
						
							
							api(popups): move Page.setOfflineMode -> BrowserContext.setOffline ( #1223 )  
						
						
						
						
					 
					
						2020-03-04 17:58:12 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b863c2300 
							
						 
					 
					
						
						
							
							fix(screenshots): simplify implementation, allow fullPage + clip, add tests ( #1194 )  
						
						
						
						
					 
					
						2020-03-03 16:09:32 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel 
							
						 
					 
					
						
						
						
						
							
						
						
							ba06fb2f0d 
							
						 
					 
					
						
						
							
							test: mark some tests as skipped  
						
						
						
						
					 
					
						2020-03-02 14:57:54 -08:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ded511d0b 
							
						 
					 
					
						
						
							
							feat(testrunner): better matchers ( #1077 )  
						
						... 
						
						
						
						This patch re-implements matching and reporting for test runner.
Among other improvements:
- test failures now show a short snippet from test
- test failures now explicitly say what received and what was expected
- `expect.toBe()` now does text diff when gets strings as input
- `expect.toEqual` now does object diff 
						
						
					 
					
						2020-02-20 22:55:39 -08:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfaf191c98 
							
						 
					 
					
						
						
							
							test: add missing tests ( #965 )  
						
						... 
						
						
						
						Chromium tests on Linux now call all our API methods and events at least once! 
						
						
					 
					
						2020-02-12 16:13:48 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d84e35096 
							
						 
					 
					
						
						
							
							fix(upload): detect mime type from file extension ( #911 )  
						
						
						
						
					 
					
						2020-02-10 10:08:51 -08:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b64604c1ea 
							
						 
					 
					
						
						
							
							chore: replace pptr with pw ( #643 )  
						
						
						
						
					 
					
						2020-01-24 16:15:41 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
						
						
							
						
						
							82057ac610 
							
						 
					 
					
						
						
							
							test: make api coverage checker work ( #517 )  
						
						
						
						
					 
					
						2020-01-16 17:46:50 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b388722777 
							
						 
					 
					
						
						
							
							chore: update top-level api ( #479 )  
						
						... 
						
						
						
						```
require('playwright').chromium.launch(...)
window.playwrightweb.chromium.connect(...)
``` 
						
						
					 
					
						2020-01-13 17:36:46 -08:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ea6e19b09 
							
						 
					 
					
						
						
							
							fix(test): failing ci tests ( #478 )  
						
						... 
						
						
						
						disables some failing Firefox tests
Moves newContext error checking before the context is created, to not create zombie contexts
sets CI timeout to 30 seconds
waits for `exit` instead of `close` for processes 
						
						
					 
					
						2020-01-13 17:16:05 -08:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							98bf9ac1d5 
							
						 
					 
					
						
						
							
							fix(testrunner): return correct exit code ( #474 )  
						
						
						
						
					 
					
						2020-01-13 15:30:16 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c77fd5e6cb 
							
						 
					 
					
						
						
							
							feat(pw-web): generate playwright/web.js which can be used in the browser ( #455 )  
						
						
						
						
					 
					
						2020-01-10 16:03:10 -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 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
						
						
							
						
						
							44b39bad33 
							
						 
					 
					
						
						
							
							fix(testrunner): show maximum 10 skipped tests in test report  
						
						... 
						
						
						
						This is to save some terminal screen real estate.
Drive-by: remove async test suites from test runner. 
						
						
					 
					
						2019-12-18 14:33:46 -08:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
						
						
							
						
						
							d378a8d3fc 
							
						 
					 
					
						
						
							
							chore: reuse processLauncher between browsers ( #231 )  
						
						... 
						
						
						
						Drive-by: improve test runner to always exit and kill browsers 
						
						
					 
					
						2019-12-12 17:52:13 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							f37d9bfe95 
							
						 
					 
					
						
						
							
							test: extract chromium-specific connect tests  
						
						
						
						
					 
					
						2019-12-10 13:28:50 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							508c1960dd 
							
						 
					 
					
						
						
							
							chore: unify emulateMedia APIs ( #53 )  
						
						
						
						
					 
					
						2019-11-22 11:24:56 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							f9a89eb313 
							
						 
					 
					
						
						
							
							chore: split vendor APIs ( #38 )  
						
						
						
						
					 
					
						2019-11-20 15:16:57 -08:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
						
						
							
						
						
							9ba375c063 
							
						 
					 
					
						
						
							
							Initial commit  
						
						
						
						
					 
					
						2019-11-19 10:58:15 -08:00