Emma Segal-Grossman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f853fcdd81 
							
						 
					 
					
						
						
							
							Upgrade Prettier to 3 ( #1513 )  
						
						... 
						
						
						
						Updates Prettier to major version 3, and also updates a couple
prettier-related other things.
Prelude to #1511  so that that PR doesn't include a bunch of unrelated
changes 
						
					 
					
						2024-01-31 20:56:17 -05:00 
						 
				 
			
				
					
						
							
							
								Emma Segal-Grossman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5fe5551c5 
							
						 
					 
					
						
						
							
							Ensure linting & formatting runs in CI ( #1512 )  
						
						... 
						
						
						
						Makes sure code quality stays high by checking that code is linted &
formatted in CI.
### Reason
Frustration — so that [things like
this](https://github.com/webrecorder/browsertrix-cloud/pull/1500#issuecomment-1920087667 )
don't happen in the future. I tried to merge `main` into a branch to get
it up to date with main, and main isn't totally formatted or linted
properly, and then formatting the codebase introduced a whole bunch of
unrelated changes. Running a formatter or linter shouldn't cause
unrelated code changes, and `main` should always be in a correct state
in terms of linting and formatting.
### Testing
- [x] Test run with failing lint checks errors:
https://github.com/webrecorder/browsertrix-cloud/actions/runs/7733354321/job/21085236200 
- [x] Test run with failing formatting check errors:
https://github.com/webrecorder/browsertrix-cloud/actions/runs/7733501666/job/21085717519 
- [x] Test run with both passing lint & formatting checks passes:
https://github.com/webrecorder/browsertrix-cloud/actions/runs/7733529142/job/21085796727  
						
					 
					
						2024-01-31 18:25:44 -05:00 
						 
				 
			
				
					
						
							
							
								Sara Tavares 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							948cce3d30 
							
						 
					 
					
						
						
							
							Add README.md related to run playwright tests locally ( #722 )  
						
						
						
					 
					
						2023-03-28 16:08:28 -07:00 
						 
				 
			
				
					
						
							
							
								Sara Tavares 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b61592b5ed 
							
						 
					 
					
						
						
							
							CI: Add Playwright UI e2e tests + CI ( #614 )  
						
						... 
						
						
						
						Adds Playwright for UI tests.
Basic Playwright test to login.
Playwright Github Action.
---------
Co-authored-by: sua yoo <sua@suayoo.com> 
						
					 
					
						2023-03-22 16:23:22 -07:00