Adds Playwright for UI tests. Basic Playwright test to login. Playwright Github Action. --------- Co-authored-by: sua yoo <sua@suayoo.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			268 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			268 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## editors
 | |
| /.idea
 | |
| 
 | |
| ## system files
 | |
| .DS_Store
 | |
| 
 | |
| ## npm
 | |
| /node_modules/
 | |
| /npm-debug.log
 | |
| 
 | |
| ## testing
 | |
| /coverage/
 | |
| 
 | |
| ## temp folders
 | |
| /.tmp/
 | |
| /tmp/
 | |
| 
 | |
| # build
 | |
| /dist/
 | |
| 
 | |
| # dotenv
 | |
| .env
 | |
| .env.*
 | |
| 
 | |
| storybook-static
 | |
| custom-elements.json
 | |
| /test-results/
 | |
| /playwright-report/
 | |
| /playwright/.cache/
 |