|  |  | @ -11,7 +11,7 @@ import { defineConfig, devices } from '@playwright/test'; | 
			
		
	
		
			
				
					|  |  |  |  * See https://playwright.dev/docs/test-configuration.
 | 
			
		
	
		
			
				
					|  |  |  |  */ | 
			
		
	
		
			
				
					|  |  |  | export default defineConfig({ | 
			
		
	
		
			
				
					|  |  |  |   testDir: './tests', | 
			
		
	
		
			
				
					|  |  |  |   testDir: './test-playwright', | 
			
		
	
		
			
				
					|  |  |  |   /* Run tests in files in parallel */ | 
			
		
	
		
			
				
					|  |  |  |   fullyParallel: true, | 
			
		
	
		
			
				
					|  |  |  |   /* Fail the build on CI if you accidentally left test.only in the source code. */ | 
			
		
	
	
		
			
				
					|  |  | 
 |