Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87acda74ff 
							
						 
					 
					
						
						
							
							chore: respect source map sources when filtering in CLI ( #22180 )  
						
						... 
						
						
						
						Fixes  #22123  
					
						2023-04-03 19:49:01 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab85b23e67 
							
						 
					 
					
						
						
							
							fix(expect): report expect "Timed out" when it actually does ( #22174 )  
						
						... 
						
						
						
						Previously, it would say "Timed out" when page was closed at test
timeout, or not say "Timed out" when at least one element matched.
Fixes  #21664 . 
						
						
					 
					
						2023-04-03 15:06:13 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82e52004c9 
							
						 
					 
					
						
						
							
							fix(ui mode): preserve manually selected action in live trace ( #22131 )  
						
						
						
						
					 
					
						2023-03-31 18:34:51 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41e3e6d13f 
							
						 
					 
					
						
						
							
							fix(tracing): avoid clashing network file names ( #22126 )  
						
						... 
						
						
						
						With two contexts in the same test, we can get:
- `<testId>.network` and `<testId>-1.network` files;
- for export, we can copy `<testId>.network` into `<testId>-1.network`
and try to copy into a file when another trace is reading from it.
Fixes  #22089 . 
						
						
					 
					
						2023-03-31 17:29:39 -07:00 
						 
				 
			
				
					
						
							
							
								MarcNum 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fbdafc5fe3 
							
						 
					 
					
						
						
							
							feat: Adding trace option 'on-all-retries' ( #21985 )  
						
						... 
						
						
						
						Fixes : #21860  
					
						2023-03-31 13:04:24 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37d1659508 
							
						 
					 
					
						
						
							
							feat(connect): support special headers for debug/attachments ( #22106 )  
						
						... 
						
						
						
						`x-playwright-debug-log: value` headers are printed to `pw:browser`
debug log.
`x-playwright-attachment: name=value` headers are attached to each test.
Fixes  #21619 . 
						
						
					 
					
						2023-03-31 08:57:07 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1fdf0bcb6 
							
						 
					 
					
						
						
							
							chore: nest test steps based on zones ( #22108 )  
						
						... 
						
						
						
						Fixes : #21423  
					
						2023-03-30 21:05:07 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eacaf5fc89 
							
						 
					 
					
						
						
							
							chore(ui): update expected state on test end ( #22104 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/22096  
						
						
					 
					
						2023-03-30 16:17:34 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4f67c64e3 
							
						 
					 
					
						
						
							
							chore: allow ts decorators ( #22080 )  
						
						
						
						
					 
					
						2023-03-29 20:43:08 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d39ff3dc5a 
							
						 
					 
					
						
						
							
							chore: update typescript to 5.0.2 ( #22079 )  
						
						
						
						
					 
					
						2023-03-29 17:13:09 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							026e49b076 
							
						 
					 
					
						
						
							
							chore: add snippet to the error message ( #21991 )  
						
						
						
						
					 
					
						2023-03-29 14:07:14 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8b7dc2cf7a 
							
						 
					 
					
						
						
							
							test: add a ui teardown test ( #22010 )  
						
						
						
						
					 
					
						2023-03-29 13:57:19 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7244a7e34 
							
						 
					 
					
						
						
							
							fix(tracing): allow disabling tracing through env ( #22050 )  
						
						... 
						
						
						
						We point `tracesDir` inside `test-results`, so it is removed between
test runs, while reused context is still writing there.
    To fix the issue, we can now pass `env.PW_TEST_REUSE_CONTEXT`.
References #21993 . 
						
						
					 
					
						2023-03-29 13:35:31 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							47e5c02a21 
							
						 
					 
					
						
						
							
							fix(test runner): update default testMatch ( #22006 )  
						
						... 
						
						
						
						The intent of default test match is allowing `example.spec.ts` and
`example.test.ts` files. However, it was also matching `test.example.ts`
that should not be considered a test by default.
Fixes  #21979 . 
						
						
					 
					
						2023-03-27 14:28:44 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3d7ffb773 
							
						 
					 
					
						
						
							
							chore(ui): do not print global setup epilogue ( #21976 )  
						
						
						
						
					 
					
						2023-03-24 20:56:45 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							add948cdd0 
							
						 
					 
					
						
						
							
							chore: allow sibling describes with the same name ( #21967 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/21953  
						
						
					 
					
						2023-03-24 17:09:11 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79d55b959b 
							
						 
					 
					
						
						
							
							Revert "chore: remove legacy watch mode ( #21944 )" ( #21973 )  
						
						... 
						
						
						
						This reverts commit 86af908fa73db3d0cfa7d2856ac9c82364b5ab37. 
						
						
					 
					
						2023-03-24 16:41:20 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							120aaa777e 
							
						 
					 
					
						
						
							
							fix(test runner): do not show TimeoutError for unhandled rejection ( #21971 )  
						
						... 
						
						
						
						Unhandled error/rejection interrupts current test and produces a
TimeoutError for it that should be ignored. 
						
						
					 
					
						2023-03-24 15:03:49 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86af908fa7 
							
						 
					 
					
						
						
							
							chore: remove legacy watch mode ( #21944 )  
						
						
						
						
					 
					
						2023-03-23 16:30:42 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							31e70c17be 
							
						 
					 
					
						
						
							
							chore: filter skipped tests ( #21938 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/21918  
						
						
					 
					
						2023-03-23 13:29:52 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e621e52f89 
							
						 
					 
					
						
						
							
							chore: support TypeScript 5 in TS transformer ( #21925 )  
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/21900  
						
						
					 
					
						2023-03-23 18:07:02 +01:00 
						 
				 
			
				
					
						
							
							
								Alex Neo 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6947f47f05 
							
						 
					 
					
						
						
							
							feat(html): added labels to test cases and test files ( #21468 )  
						
						
						
						
					 
					
						2023-03-22 14:35:58 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9a9bb5a8c 
							
						 
					 
					
						
						
							
							chore: pack codemirror on resize ( #21856 )  
						
						
						
						
					 
					
						2023-03-21 18:20:48 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1bbe2b4b6a 
							
						 
					 
					
						
						
							
							chore: update test locations when merging ( #21844 )  
						
						
						
						
					 
					
						2023-03-21 12:13:20 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ce2b36489 
							
						 
					 
					
						
						
							
							chore(ui): show load errors ( #21843 )  
						
						
						
						
					 
					
						2023-03-21 12:03:26 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bea6fa15b2 
							
						 
					 
					
						
						
							
							feat(snapshots): use double-buffer to avoid white flash on hover ( #21828 )  
						
						
						
						
					 
					
						2023-03-21 07:40:54 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6015dad9db 
							
						 
					 
					
						
						
							
							chore: remove npx playwright ui ( #21823 )  
						
						
						
						
					 
					
						2023-03-20 17:12:17 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a33cf10696 
							
						 
					 
					
						
						
							
							chore(ui): decorate pending, add time spent ( #21821 )  
						
						
						
						
					 
					
						2023-03-20 17:12:02 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							543c812d2f 
							
						 
					 
					
						
						
							
							chore(ui): queue watch runs ( #21809 )  
						
						
						
						
					 
					
						2023-03-20 13:45:35 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							73b20bc876 
							
						 
					 
					
						
						
							
							chore: roll stable-test-runner to 1.33.0-alpha-mar-20-2023 ( #21817 )  
						
						
						
						
					 
					
						2023-03-20 13:42:22 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8accabdb59 
							
						 
					 
					
						
						
							
							test: gardening ( #21814 )  
						
						... 
						
						
						
						Notable changes:
- `page-event-crash` is not a page test, moving out of page/.
- One of the expect tests is directly covered by another, merging them. 
						
						
					 
					
						2023-03-20 12:52:52 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4f43db686d 
							
						 
					 
					
						
						
							
							test: class properties with |this| don't work anymore ( #21796 )  
						
						... 
						
						
						
						https://github.com/microsoft/playwright/issues/21794  
					
						2023-03-20 16:38:51 +01:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d641caeb6a 
							
						 
					 
					
						
						
							
							Revert "feat(typescript): allow declare for class properties ( #21281 )" ( #21805 )  
						
						... 
						
						
						
						This reverts commit a1ba6757e0f786c51967a9419699ffb327af41aa.
https://github.com/microsoft/playwright/issues/21794  
						
						
					 
					
						2023-03-20 16:37:20 +01:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							001df3a495 
							
						 
					 
					
						
						
							
							chore(ui): follow up to watch, fix win ( #21792 )  
						
						
						
						
					 
					
						2023-03-19 22:52:48 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							754e6edb95 
							
						 
					 
					
						
						
							
							chore: show folders in the tree ( #21789 )  
						
						
						
						
					 
					
						2023-03-19 18:51:09 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							294baaeb44 
							
						 
					 
					
						
						
							
							chore: allow watching all tests ( #21787 )  
						
						
						
						
					 
					
						2023-03-19 14:50:09 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a65cf9aac 
							
						 
					 
					
						
						
							
							chore(ui): ui polish / nits ( #21781 )  
						
						
						
						
					 
					
						2023-03-19 12:04:19 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0728d0f7fb 
							
						 
					 
					
						
						
							
							chore(ui): show test source before running ( #21776 )  
						
						
						
						
					 
					
						2023-03-17 21:34:40 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							22e11a12ab 
							
						 
					 
					
						
						
							
							chore: show snapshots for sync assertions ( #21775 )  
						
						
						
						
					 
					
						2023-03-17 20:20:35 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a2d6c25a4 
							
						 
					 
					
						
						
							
							feat(deps): inherit environment changes from dependencies ( #21771 )  
						
						
						
						
					 
					
						2023-03-17 15:46:52 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6efb383433 
							
						 
					 
					
						
						
							
							chore: fix and test ui mode stop ( #21769 )  
						
						
						
						
					 
					
						2023-03-17 14:10:25 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e856344235 
							
						 
					 
					
						
						
							
							chore: increase timeout for flaky "should stop tracing on requestContext.dispose()" ( #21767 )  
						
						
						
						
					 
					
						2023-03-17 13:33:44 -07:00 
						 
				 
			
				
					
						
							
							
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95e7d3aabc 
							
						 
					 
					
						
						
							
							chore: hide store from public ( #21763 )  
						
						
						
						
					 
					
						2023-03-17 11:50:44 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49ce561244 
							
						 
					 
					
						
						
							
							chore(ui): add hover-based run test ( #21758 )  
						
						
						
						
					 
					
						2023-03-17 09:43:54 -07:00 
						 
				 
			
				
					
						
							
							
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53d341be01 
							
						 
					 
					
						
						
							
							test: do not pollute stderr with trace-viewer wsEndpoint ( #21748 )  
						
						
						
						
					 
					
						2023-03-17 16:15:20 +01:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e066ca0713 
							
						 
					 
					
						
						
							
							chore: use test project output dir when showing live trace ( #21735 )  
						
						
						
						
					 
					
						2023-03-16 20:09:09 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ecd0f927f4 
							
						 
					 
					
						
						
							
							chore: make stacks rendering live in ui mode ( #21728 )  
						
						... 
						
						
						
						Co-authored-by: Max Schmitt <max@schmitt.mx> 
						
						
					 
					
						2023-03-16 18:17:07 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7879cf30f0 
							
						 
					 
					
						
						
							
							fix(reuse): serial mode with tracing should not throw ( #21726 )  
						
						... 
						
						
						
						Regressed in #19733 .
Fixes  #21113 . 
						
						
					 
					
						2023-03-16 14:32:12 -07:00 
						 
				 
			
				
					
						
							
							
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c45d8749b0 
							
						 
					 
					
						
						
							
							chore: split trace events into phases ( #21696 )  
						
						
						
						
					 
					
						2023-03-15 22:33:40 -07:00 
						 
				 
			
				
					
						
							
							
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							455e11c1d9 
							
						 
					 
					
						
						
							
							fix(shards): shard test groups instead of files ( #21638 )  
						
						... 
						
						
						
						Fixes  #21497 . 
					
						2023-03-14 10:41:37 -07:00