* Setup playwright for e2e tests Fixes #12 * Chromium * First working test, clean up * Merge actions * New headless mode * Clean up, bugfix * Bug fixes, cleaner sendMessage code * Rebase * Rebase * Load tokens and open public page * Test CI * Working test * Lint * Try to address flakyness * Clean up test * Comment * No export * More clean up * More clean up * Adds authorized pop up test * Adds comment * Add snapshots * New linux screenshots
		
			
				
	
	
		
			31 lines
		
	
	
		
			388 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			388 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 | 
						|
 | 
						|
# dependencies
 | 
						|
/node_modules
 | 
						|
/.yarn
 | 
						|
/.pnp
 | 
						|
.pnp.js
 | 
						|
 | 
						|
# testing
 | 
						|
/coverage
 | 
						|
 | 
						|
# production
 | 
						|
/build
 | 
						|
 | 
						|
# misc
 | 
						|
.DS_Store
 | 
						|
.env.local
 | 
						|
.env.development.local
 | 
						|
.env.test.local
 | 
						|
.env.production.local
 | 
						|
/.vscode
 | 
						|
 | 
						|
npm-debug.log*
 | 
						|
yarn-debug.log*
 | 
						|
yarn-error.log*
 | 
						|
/test-results/
 | 
						|
/playwright-report/
 | 
						|
/playwright/.cache/
 | 
						|
 | 
						|
.env*
 |