UI Test
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,5 @@
 | 
				
			|||||||
app/cache/*
 | 
					app/cache
 | 
				
			||||||
 | 
					Docker/mariadb/mysql
 | 
				
			||||||
# ---> Go
 | 
					# ---> Go
 | 
				
			||||||
# If you prefer the allow list template instead of the deny list, see community template:
 | 
					# If you prefer the allow list template instead of the deny list, see community template:
 | 
				
			||||||
# https:/a/github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
 | 
					# https:/a/github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
 | 
				
			||||||
@@ -21,6 +22,3 @@ app/cache/*
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Go workspace file
 | 
					# Go workspace file
 | 
				
			||||||
go.work
 | 
					go.work
 | 
				
			||||||
 | 
					 | 
				
			||||||
Docker/mariadb/mysql
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								makefile
									
									
									
									
									
								
							@@ -15,3 +15,5 @@ clean:
 | 
				
			|||||||
	sudo rm ./Docker/mariadb/mysql/* -rf
 | 
						sudo rm ./Docker/mariadb/mysql/* -rf
 | 
				
			||||||
sass:
 | 
					sass:
 | 
				
			||||||
	sass --watch ./webui/css/index.scss:./webui/css/index.css &
 | 
						sass --watch ./webui/css/index.scss:./webui/css/index.css &
 | 
				
			||||||
 | 
					ui-test:
 | 
				
			||||||
 | 
						cd ui; env CHROME_BIN=/usr/bin/chromium npm test
 | 
				
			||||||
		Reference in New Issue
	
	Block a user