82c77a5e9e 
								
							 
						 
						
							
							
								
								fix(ui-mode): prevent websocket connection leaks on reload ( #33643 )  
							
							
							
						 
						
							2024-11-18 01:03:21 -08:00  
				
					
						
							
							
								 
						
							
								74e5e5560f 
								
							 
						 
						
							
							
								
								chore: update missing snapshots by default ( #33311 )  
							
							
							
						 
						
							2024-10-25 16:13:38 -07:00  
				
					
						
							
							
								 
						
							
								9707e97867 
								
							 
						 
						
							
							
								
								chore: revert  #33228  - it needs a proper review ( #33284 )  
							
							
							
						 
						
							2024-10-25 09:36:03 +02:00  
				
					
						
							
							
								 
						
							
								ff5f1628dc 
								
							 
						 
						
							
							
								
								chore: allow aria snapshot rebaselines ( #33256 )  
							
							
							
						 
						
							2024-10-24 16:49:10 -07:00  
				
					
						
							
							
								 
						
							
								3641e5984f 
								
							 
						 
						
							
							
								
								chore: HMR for Trace Viewer ( #33228 )  
							
							
							
						 
						
							2024-10-24 14:34:59 +02:00  
				
					
						
							
							
								 
						
							
								2a3d67195d 
								
							 
						 
						
							
							
								
								chore: use aria snapshots in some ui mode tests ( #33212 )  
							
							
							
						 
						
							2024-10-21 21:54:06 -07:00  
				
					
						
							
							
								 
						
							
								97d26e8166 
								
							 
						 
						
							
							
								
								chore: add aria attribute tests ( #33184 )  
							
							
							
						 
						
							2024-10-19 14:23:08 -07:00  
				
					
						
							
							
								 
						
							
								2e8e7a66cd 
								
							 
						 
						
							
							
								
								chore: implement tree w/o list ( #33169 )  
							
							
							
						 
						
							2024-10-18 13:50:43 -07:00  
				
					
						
							
							
								 
						
							
								623a8916f9 
								
							 
						 
						
							
							
								
								chore: implement tree w/o list ( #33167 )  
							
							
							
						 
						
							2024-10-17 16:57:45 -07:00  
				
					
						
							
							
								 
						
							
								c67a7335ab 
								
							 
						 
						
							
							
								
								chore(ui): ensure that --ignore-snapshots is respected ( #32875 )  
							
							... 
							
							
							
							Closes https://github.com/microsoft/playwright/issues/32868 .
The actual fix was already delivered in
https://github.com/microsoft/playwright/pull/32798/files#diff-98ff2ff92b08ca7e8b274abb3ba6b2eec9bab332e340d062cc18ad1dfe505bf2R299 ,
this PR adds a test to ensure we don't regress. 
							
						 
						
							2024-09-30 15:12:37 +02:00  
				
					
						
							
							
								 
						
							
								b6783bb18b 
								
							 
						 
						
							
							
								
								fix(ui-mode): respect --tsconfig option ( #32798 )  
							
							... 
							
							
							
							Fixes https://github.com/microsoft/playwright/issues/32797  
							
						 
						
							2024-09-24 19:59:15 -07:00  
				
					
						
							
							
								 
						
							
								c8cc4f9c8b 
								
							 
						 
						
							
							
								
								chore(ui): update to react 18 ( #32079 )  
							
							... 
							
							
							
							Part of https://github.com/microsoft/playwright/issues/31863 . Updates
most of our React usage to React 18. `recorder` doesn't seem to like it
yet. I suspect that some of our code isn't compatible with concurrent
mode, i've investigated that in
https://github.com/microsoft/playwright/pull/32101 .
---------
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Max Schmitt <max@schmitt.mx> 
							
						 
						
							2024-08-12 13:50:11 +02:00  
				
					
						
							
							
								 
						
							
								f46c889449 
								
							 
						 
						
							
							
								
								chore: fix total progress reporting w/ deps ( #27716 )  
							
							
							
						 
						
							2023-10-19 20:07:47 -07:00  
				
					
						
							
							
								 
						
							
								7ad03027fb 
								
							 
						 
						
							
							
								
								chore: remove output dir before each test ( #23380 )  
							
							
							
						 
						
							2023-05-30 16:03:50 -07:00  
				
					
						
							
							
								 
						
							
								2501bbb715 
								
							 
						 
						
							
							
								
								test(ui-mode): make retries ( #23136 )  
							
							
							
						 
						
							2023-05-18 11:28:28 -07:00  
				
					
						
							
							
								 
						
							
								2a675026de 
								
							 
						 
						
							
							
								
								chore: add image diff test to ui mode ( #22637 )  
							
							
							
						 
						
							2023-04-28 14:18:46 -07:00  
				
					
						
							
							
								 
						
							
								bf0fab4927 
								
							 
						 
						
							
							
								
								fix(ui mode): ignore repeatEach ( #22505 )  
							
							... 
							
							
							
							Fixes  #22498 . 
						
							2023-04-19 14:16:12 -07:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								8b7dc2cf7a 
								
							 
						 
						
							
							
								
								test: add a ui teardown test ( #22010 )  
							
							
							
						 
						
							2023-03-29 13:57:19 -07:00  
				
					
						
							
							
								 
						
							
								a33cf10696 
								
							 
						 
						
							
							
								
								chore(ui): decorate pending, add time spent ( #21821 )  
							
							
							
						 
						
							2023-03-20 17:12:02 -07:00  
				
					
						
							
							
								 
						
							
								001df3a495 
								
							 
						 
						
							
							
								
								chore(ui): follow up to watch, fix win ( #21792 )  
							
							
							
						 
						
							2023-03-19 22:52:48 -07:00  
				
					
						
							
							
								 
						
							
								754e6edb95 
								
							 
						 
						
							
							
								
								chore: show folders in the tree ( #21789 )  
							
							
							
						 
						
							2023-03-19 18:51:09 -07:00  
				
					
						
							
							
								 
						
							
								8a65cf9aac 
								
							 
						 
						
							
							
								
								chore(ui): ui polish / nits ( #21781 )  
							
							
							
						 
						
							2023-03-19 12:04:19 -07:00  
				
					
						
							
							
								 
						
							
								6efb383433 
								
							 
						 
						
							
							
								
								chore: fix and test ui mode stop ( #21769 )  
							
							
							
						 
						
							2023-03-17 14:10:25 -07:00  
				
					
						
							
							
								 
						
							
								49ce561244 
								
							 
						 
						
							
							
								
								chore(ui): add hover-based run test ( #21758 )  
							
							
							
						 
						
							2023-03-17 09:43:54 -07:00  
				
					
						
							
							
								 
						
							
								f5fa18a279 
								
							 
						 
						
							
							
								
								chore: reimplement filters ( #21647 )  
							
							
							
						 
						
							2023-03-13 22:19:31 -07:00  
				
					
						
							
							
								 
						
							
								1d870ac407 
								
							 
						 
						
							
							
								
								chore(ui): start adding ui mode tests (2) ( #21608 )  
							
							
							
						 
						
							2023-03-13 12:14:51 -07:00