Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bd86e70465 
							
						 
					 
					
						
						
							
							feat(test-runner): allow to focus a test in a location ( #7208 )  
						
						
						
						
					 
					
						2021-06-24 10:02:34 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5732307280 
							
						 
					 
					
						
						
							
							feat(inputValue): implement *.inputValue() ( #7285 )  
						
						
						
						
					 
					
						2021-06-23 22:19:20 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3cc683e6b 
							
						 
					 
					
						
						
							
							chore hide Download._cancel ( #7282 )  
						
						
						
						
					 
					
						2021-06-23 23:20:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c6fa42810 
							
						 
					 
					
						
						
							
							fix(test runner): expose real stack traces and speed up locations ( #7265 )  
						
						... 
						
						
						
						Stop wrapping/prepending error messages so that we do not loose the stack trace. For this, update a few manually thrown errors with better messages (usually including a file path).
Speed up locations by doing manual `sourceMapSupport.wrapCallSite()` for a single call site. Performance gain in the runner process with 100 files x 100 tests each:
- 25% on the fresh run without babel cache;
- 80% on the cached run where babel is almost instant.
Also some obvious cleanups around stack traces (removing unused code). 
						
						
					 
					
						2021-06-23 10:30:54 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							103f8ddd06 
							
						 
					 
					
						
						
							
							Revert "chore: update eslint config ( #6840 )" partly ( #7268 )  
						
						... 
						
						
						
						This reverts commit ec7d37d92f4b6b75039d2343414237d2dbc84847. 
						
						
					 
					
						2021-06-23 11:08:35 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7b6e9b9be9 
							
						 
					 
					
						
						
							
							test: skip some failing req interception tests for current Chrome stable ( #7255 )  
						
						... 
						
						
						
						Some tests are currently failing Chrome/Edge stable and Electron:
- page/page-request-intercept.spec.ts:60:1 › [chromium] should support fulfill after intercept
- page/page-request-intercept.spec.ts:73:1 › [chromium] should support request overrides
Was introduced in #7122 . This change should give us again full green bots. 
						
						
					 
					
						2021-06-23 01:47:28 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99bbc51760 
							
						 
					 
					
						
						
							
							fix(test-runner): support ANSII terminals with list reporter ( #7258 )  
						
						
						
						
					 
					
						2021-06-22 19:04:24 +02:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6118d16edd 
							
						 
					 
					
						
						
							
							fix(test runner): properly keep track of requireFile to support helpers/wrappers ( #7243 )  
						
						... 
						
						
						
						This fixes an issue where we incorrectly labeled and assigned ids for tests
that declared tests in require'd files or used test wrappers.
See new tests for examples. 
						
						
					 
					
						2021-06-21 11:25:15 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							590184998f 
							
						 
					 
					
						
						
							
							chore: improve connectOverCDP error handling ( #7239 )  
						
						
						
						
					 
					
						2021-06-21 19:57:00 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea4eebeb2d 
							
						 
					 
					
						
						
							
							feat(test-runner): document tagging, implement grep-invert ( #7227 )  
						
						
						
						
					 
					
						2021-06-18 17:56:59 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c0cd2d4579 
							
						 
					 
					
						
						
							
							feat: response interception ( #7122 )  
						
						
						
						
					 
					
						2021-06-18 11:04:48 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							388c6f5196 
							
						 
					 
					
						
						
							
							feature(test runner): capture error and pending calls when timing out ( #7193 )  
						
						
						
						
					 
					
						2021-06-17 15:09:38 -07:00 
						 
				 
			
				
					
						
							
							
								Ross Wollman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							219e5138be 
							
						 
					 
					
						
						
							
							feat(response): expose connection details in API ( #7150 )  
						
						
						
						
					 
					
						2021-06-17 13:04:55 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10a82f862c 
							
						 
					 
					
						
						
							
							fix(snapshotter): support constructed CSSStyleSheet  
						
						... 
						
						
						
						Fixes  #7085  
					
						2021-06-17 09:41:29 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82a50b0e1d 
							
						 
					 
					
						
						
							
							fix(test-runner): property handle artifacts in context of preserveOutput ( #7181 )  
						
						
						
						
					 
					
						2021-06-16 16:05:30 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							184f2c2e93 
							
						 
					 
					
						
						
							
							feat(test-runner): allow specifying video size ( #7158 )  
						
						
						
						
					 
					
						2021-06-16 07:51:54 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34d151a1f9 
							
						 
					 
					
						
						
							
							devops: introduce Docker tests ( #7157 )  
						
						... 
						
						
						
						Fixes  #7139  
					
						2021-06-15 23:59:20 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38e27c9c6c 
							
						 
					 
					
						
						
							
							fix(test-runner): case insensitive test filtering  
						
						
						
						
					 
					
						2021-06-15 17:27:52 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e5d0a535a8 
							
						 
					 
					
						
						
							
							fix: return valid browser from context.browser() when connect over CDP ( #7155 )  
						
						
						
						
					 
					
						2021-06-15 16:06:38 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c2a3fb443 
							
						 
					 
					
						
						
							
							fix(test-runner): accept relative paths for outputDir ( #7149 )  
						
						... 
						
						
						
						fixes #7124 
						
						
					 
					
						2021-06-15 13:39:07 -07:00 
						 
				 
			
				
					
						
							
							
								Ross Wollman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							195eab8787 
							
						 
					 
					
						
						
							
							feat(har): record remote IP:PORT and SSL details ( #6631 )  
						
						
						
						
					 
					
						2021-06-15 09:48:08 +02:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							742cce3a1d 
							
						 
					 
					
						
						
							
							feat(test runner): configurable reportSlowTests ( #7120 )  
						
						... 
						
						
						
						Also splits tests by projects and reports them with nice relative paths. 
						
						
					 
					
						2021-06-14 22:45:58 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa72b2b9bb 
							
						 
					 
					
						
						
							
							fix(pwt): max-failures should work with retries ( #7127 )  
						
						... 
						
						
						
						fixes #7112 
						
						
					 
					
						2021-06-14 22:16:16 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							970bb6a70d 
							
						 
					 
					
						
						
							
							feat(test-runner): allow setting pixel match threshold for project ( #7123 )  
						
						
						
						
					 
					
						2021-06-14 21:52:10 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							060f7ffa92 
							
						 
					 
					
						
						
							
							fix: specify the right apiName for artifact errors ( #7119 )  
						
						... 
						
						
						
						This produces errors like `download.saveAs: <error>` instead of `.saveAs: <error>`.
Drive-by: fix the flaky test. 
						
						
					 
					
						2021-06-14 16:41:53 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc186be9a9 
							
						 
					 
					
						
						
							
							test: unflake two tests ( #7115 )  
						
						
						
						
					 
					
						2021-06-14 16:01:18 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3a9ccad6f 
							
						 
					 
					
						
						
							
							fix(test-runner): do not require esModuleInterop=true ( #7100 )  
						
						
						
						
					 
					
						2021-06-14 21:58:10 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							604cf2b89f 
							
						 
					 
					
						
						
							
							roll(test-runner): to 1.13.0-next-alpha-jun-14-2021 ( #7111 )  
						
						
						
						
					 
					
						2021-06-14 20:30:42 +02:00 
						 
				 
			
				
					
						
							
							
								Peng-Yu Chen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f6d4a7b73 
							
						 
					 
					
						
						
							
							feat(download): adding a new Download._cancel method ( #6236 )  
						
						
						
						
					 
					
						2021-06-12 22:23:22 +02:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a8b3932f8 
							
						 
					 
					
						
						
							
							Revert "fix(test-runner): support passing slowMo option ( #6991 )" ( #7077 )  
						
						... 
						
						
						
						This reverts commit 178489d091a5ee756e2575c2dd9932cb26d012e4.
Reason for revert: this clashes with testrunner options. 
						
						
					 
					
						2021-06-11 16:19:50 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6831df26f 
							
						 
					 
					
						
						
							
							feat: roll Firefox to r1271 ( #7067 )  
						
						... 
						
						
						
						References #7015  
						
						
					 
					
						2021-06-11 10:50:02 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49a8f67c0f 
							
						 
					 
					
						
						
							
							fix(test-runner): resolve global hooks relative to the config dir ( #7061 )  
						
						
						
						
					 
					
						2021-06-10 22:31:27 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cbce7cbdec 
							
						 
					 
					
						
						
							
							fix(tracing): do not stall on dialogs ( #7059 )  
						
						
						
						
					 
					
						2021-06-10 22:24:04 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f52290d4ea 
							
						 
					 
					
						
						
							
							Revert "feat: add defaultTimeout browser context configuration option ( #6944 )" ( #7057 )  
						
						... 
						
						
						
						This reverts commit 617dfdef9e353cfe77129c69543aa25104df36d3.
It turns out this might conflict with our bright testrunner future. 
						
						
					 
					
						2021-06-10 18:38:56 -07:00 
						 
				 
			
				
					
						
							
							
								Amit Abershitz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							617dfdef9e 
							
						 
					 
					
						
						
							
							feat: add defaultTimeout browser context configuration option ( #6944 )  
						
						... 
						
						
						
						Fixes  #6940 
Co-authored-by: Amit Abershitz <aabershitz@proofpoint.com>
Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com> 
					
						2021-06-10 18:10:20 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b1bae8a40 
							
						 
					 
					
						
						
							
							feat(codegen): allow generating tests ( #7049 )  
						
						
						
						
					 
					
						2021-06-10 16:52:59 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5157f74bcc 
							
						 
					 
					
						
						
							
							test: toJSON property for Arrays after evaluation in FF ( #7016 )  
						
						
						
						
					 
					
						2021-06-10 10:53:30 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05382c997b 
							
						 
					 
					
						
						
							
							fix(test-runner): do only match JS/TS files when collecting ( #7014 )  
						
						
						
						
					 
					
						2021-06-10 16:41:57 +02:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							178489d091 
							
						 
					 
					
						
						
							
							fix(test-runner): support passing slowMo option ( #6991 )  
						
						... 
						
						
						
						Fixes  #6984 
Reverts #6967  
					
						2021-06-09 14:02:05 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e707207d6f 
							
						 
					 
					
						
						
							
							test: update evaluate-no-stall test to get a proper error ( #6973 )  
						
						... 
						
						
						
						This test is flaky, and gives us "expected true, got false".
We should see the actual error message instead. 
						
						
					 
					
						2021-06-08 16:27:44 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d6ca5284c 
							
						 
					 
					
						
						
							
							feat(test runner): add tests for playwright-specific fixtures ( #6952 )  
						
						
						
						
					 
					
						2021-06-08 15:52:08 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37af9ce3cf 
							
						 
					 
					
						
						
							
							test(playwright-test): fix fixtures test ( #6967 )  
						
						... 
						
						
						
						🤷♂️  
					
						2021-06-08 13:10:15 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb01844710 
							
						 
					 
					
						
						
							
							chore(tests): roll stable test runner to jun-8-2021 ( #6951 )  
						
						
						
						
					 
					
						2021-06-08 08:35:04 -07:00 
						 
				 
			
				
					
						
							
							
								Joel Einbinder 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8960584b78 
							
						 
					 
					
						
						
							
							fix(chromium): drag and drop works in chromium ( #6207 )  
						
						... 
						
						
						
						Waiting for #6203  to percolate to the cdn. But this all works locally.
Fixes  #1094  
						
						
					 
					
						2021-06-07 10:27:34 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c13f679b7 
							
						 
					 
					
						
						
							
							fix(test runner): remove folio/jest namespaces in expect matchers ( #6930 )  
						
						
						
						
					 
					
						2021-06-07 08:02:01 -07:00 
						 
				 
			
				
					
						
							
							
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cfd49b5c01 
							
						 
					 
					
						
						
							
							feat: support npx playwright install msedge ( #6861 )  
						
						
						
						
					 
					
						2021-06-07 00:23:22 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							46a0213769 
							
						 
					 
					
						
						
							
							chore: remove internal uses of "folio" ( #6931 )  
						
						... 
						
						
						
						Replaced by "pwt" or "playwright test". 
						
						
					 
					
						2021-06-06 22:07:07 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b556ee6f5b 
							
						 
					 
					
						
						
							
							chore: brush up playwright-test types ( #6928 )  
						
						
						
						
					 
					
						2021-06-06 20:18:47 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f745bf1fbc 
							
						 
					 
					
						
						
							
							chore: bring in folio source ( #6923 )  
						
						... 
						
						
						
						- Source now lives at `src/test`.
- Former folio tests live at `tests/playwright-test`.
- We use `src/test/internal.ts` that exposes base test without
  Playwright fixtures for most tests (to avoid modifications for now).
- Test types live in `types/testFoo.d.ts`.
- Stable test runner is installed to `tests/config/test-runner` during `npm install`.
- All deps including test-only are now listed in `package.json`.
  Non-test deps must also be listed in `build_package.js` to get included. 
						
						
					 
					
						2021-06-06 17:09:53 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82041b2f74 
							
						 
					 
					
						
						
							
							test: roll to folio@0.4.0-alpha28 ( #6918 )  
						
						
						
						
					 
					
						2021-06-04 20:54:58 -07:00